Tidy up region drag move code a bit.
[ardour.git] / gtk2_ardour / bundle_manager.h
index 0bad5b210851f5655b344e9f24a30360069d7c12..e946b98b74280c08ca2a715a3096ce492588f241 100644 (file)
@@ -41,7 +41,7 @@ class BundleEditorMatrix : public PortMatrix
 
        bool can_add_channel (boost::shared_ptr<ARDOUR::Bundle>) const;
 
-       void add_channel (boost::shared_ptr<ARDOUR::Bundle>);
+       void add_channel (boost::shared_ptr<ARDOUR::Bundle>, ARDOUR::DataType);
        bool can_remove_channels (boost::shared_ptr<ARDOUR::Bundle>) const;
        void remove_channel (ARDOUR::BundleChannel);
        bool can_rename_channels (boost::shared_ptr<ARDOUR::Bundle>) const;