summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_locations.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_locations.h')
-rw-r--r--gtk2_ardour/editor_locations.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_locations.h b/gtk2_ardour/editor_locations.h
index 6d4d3128e4..414a57ee7d 100644
--- a/gtk2_ardour/editor_locations.h
+++ b/gtk2_ardour/editor_locations.h
@@ -20,6 +20,7 @@
#ifndef __gtk_ardour_editor_locations_h__
#define __gtk_ardour_editor_locations_h__
+#include "ardour/session_handle.h"
#include "editor_component.h"
class LocationUI;
@@ -28,7 +29,7 @@ namespace Gtk {
class Widget;
}
-class EditorLocations : public EditorComponent
+class EditorLocations : public EditorComponent, public ARDOUR::SessionHandlePtr
{
public:
EditorLocations (Editor *);