Fix playhead smoothing when auditioning.
[ardour.git] / gtk2_ardour / editor_locations.h
index 36926bbec84e77d0da1ac560d6b58cd28b55c7d8..17e174832552cc85a42afbea333b9f9ca92b6168 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef __gtk_ardour_editor_locations_h__
 #define __gtk_ardour_editor_locations_h__
 
+#include "pbd/xml++.h"
+
 #include <gtkmm/scrolledwindow.h>
 #include "ardour/session_handle.h"
 #include "editor_component.h"
@@ -32,14 +34,16 @@ namespace Gtk {
 
 class EditorLocations : public EditorComponent, public ARDOUR::SessionHandlePtr
 {
-  public:
+public:
        EditorLocations (Editor *);
 
        void set_session (ARDOUR::Session *);
 
        Gtk::Widget& widget ();
+       XMLNode & get_state () const;
+       int set_state (const XMLNode&);
 
-  private:
+private:
        Gtk::ScrolledWindow _scroller;
        LocationUI* _locations;
 };