summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index b584338471..ec68a5d8d9 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -53,6 +53,8 @@ class OptionEditorPage;
class OptionEditorComponent
{
public:
+ virtual ~OptionEditorComponent() {}
+
/** Called when a configuration parameter's value has changed.
* @param p parameter name
*/