summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_component.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_component.h')
-rw-r--r--gtk2_ardour/editor_component.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_component.h b/gtk2_ardour/editor_component.h
index e5ec1259dc..5c1ae8be2a 100644
--- a/gtk2_ardour/editor_component.h
+++ b/gtk2_ardour/editor_component.h
@@ -33,6 +33,7 @@ class EditorComponent
{
public:
EditorComponent (Editor *);
+ virtual ~EditorComponent() {}
virtual void connect_to_session (ARDOUR::Session *);