summaryrefslogtreecommitdiff
path: root/gtk2_ardour/bundle_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/bundle_manager.h')
-rw-r--r--gtk2_ardour/bundle_manager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/bundle_manager.h b/gtk2_ardour/bundle_manager.h
index 1aeb196e67..8ab4279117 100644
--- a/gtk2_ardour/bundle_manager.h
+++ b/gtk2_ardour/bundle_manager.h
@@ -35,6 +35,7 @@ class BundleEditorMatrix : public PortMatrix
{
public:
BundleEditorMatrix (ARDOUR::Session &, boost::shared_ptr<ARDOUR::Bundle>);
+ ~BundleEditorMatrix ();
void set_state (
boost::shared_ptr<ARDOUR::Bundle> ab,
@@ -58,6 +59,9 @@ class BundleEditorMatrix : public PortMatrix
return true;
}
void rename_channel (boost::shared_ptr<ARDOUR::Bundle>, uint32_t);
+
+ private:
+ PortGroup* _port_group;
};
class BundleEditor : public ArdourDialog