Restore add channel option to port matrix context menu.
[ardour.git] / gtk2_ardour / bundle_manager.h
index 035bc6ffac686311770877e75da787d6f528cb88..e7ce049da560480ef3026450d1c8369ea7ab758b 100644 (file)
@@ -39,7 +39,8 @@ class BundleEditorMatrix : public PortMatrix
 
        void set_state (ARDOUR::BundleChannel c[2], bool s);
        PortMatrixNode::State get_state (ARDOUR::BundleChannel c[2]) const;
-       void add_channel (boost::shared_ptr<ARDOUR::Bundle>);
+       std::string add_channel_name () const;
+       void add_channel ();
        bool can_remove_channels (int d) const {
                return d == OURS;
        }