steinbergmedia / vstgui

A user interface toolkit mainly for audio plug-ins
Other
869 stars 124 forks source link

Add the virtual destructor for IController #245

Closed jpcima closed 2 years ago

jpcima commented 2 years ago

This class lacks the virtual destructor.

scheffle commented 2 years ago

Hi, this is not necessary as the base class IControlListener already has a virtual destructor. Or why do you want one to add here?

jpcima commented 2 years ago

You are right, this is fine actually. My mistake.