check dependents in Playlist after moving a region to a specific layer; make region...
[ardour.git] / gtk2_ardour / editor_snapshots.h
index 1a17e6de3016931a8379e9e578f330bb16f0399e..00427ef3ec8058d448cdf78e9af2998b80b04917 100644 (file)
 #include <gtkmm/treeview.h>
 #include "editor_component.h"
 
-class EditorSnapshots : public EditorComponent
+class EditorSnapshots : public EditorComponent, public ARDOUR::SessionHandlePtr
 {
 public:
        EditorSnapshots (Editor *);
 
-       void connect_to_session (ARDOUR::Session *);
+       void set_session (ARDOUR::Session *);
 
        Gtk::Widget& widget () {
                return _scroller;