Fix update of the editor mixer when its route is removed; this stops routes (and...
[ardour.git] / gtk2_ardour / port_matrix.h
index a4366897c6793de696ad17fdad5492b69e72cad8..0dc88f02f2e19e6413177437291bf56f8b1484f6 100644 (file)
@@ -169,6 +169,7 @@ private:
        void toggle_show_only_bundles ();
        bool on_scroll_event (GdkEventScroll *);
        boost::shared_ptr<ARDOUR::IO> io_from_bundle (boost::shared_ptr<ARDOUR::Bundle>) const;
+       void bundle_changed (ARDOUR::Bundle::Change);
 
        Gtk::Window* _parent;