Various fixups to bundle manager. Add a separator between the benign and more seriou...
[ardour.git] / gtk2_ardour / bundle_manager.h
index d8e60e9cc9846509dc67c503159a4d2d8ba50751..2be459c610c4ad44a20aee0807ef32dd3cd09cd5 100644 (file)
@@ -35,7 +35,7 @@ namespace ARDOUR {
 class BundleEditorMatrix : public PortMatrix
 {
   public:
-       BundleEditorMatrix (ARDOUR::Session &, boost::shared_ptr<ARDOUR::Bundle>);
+       BundleEditorMatrix (Gtk::Window *, ARDOUR::Session &, boost::shared_ptr<ARDOUR::Bundle>);
 
        void set_state (ARDOUR::BundleChannel c[2], bool s);
        PortMatrixNode::State get_state (ARDOUR::BundleChannel c[2]) const;