Fix crash when closing session, recursive mon-section removal
[ardour.git] / gtk2_ardour / transport_masters_dialog.h
index ee6f1cfdb13e21399040ad5fb5cf13014110e7cd..0030493f4757c0378de62260b7d7c75239948e35 100644 (file)
@@ -147,6 +147,9 @@ class TransportMastersWidget : public Gtk::VBox, public ARDOUR::SessionHandlePtr
        void rebuild ();
        void current_changed (boost::shared_ptr<ARDOUR::TransportMaster> old_master, boost::shared_ptr<ARDOUR::TransportMaster> new_master);
        void add_master ();
+
+  public:
+       bool idle_remove (Row*);
 };
 
 class TransportMastersWindow : public ArdourWindow