summaryrefslogtreecommitdiff
path: root/gtk2_ardour/send_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/send_ui.h')
-rw-r--r--gtk2_ardour/send_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/send_ui.h b/gtk2_ardour/send_ui.h
index 16543140a8..2c71466518 100644
--- a/gtk2_ardour/send_ui.h
+++ b/gtk2_ardour/send_ui.h
@@ -56,6 +56,7 @@ class SendUI : public Gtk::HBox
void ins_changed (ARDOUR::IOChange, void*);
void outs_changed (ARDOUR::IOChange, void*);
+ PBD::ScopedConnectionList connections;
};
class SendUIWindow : public ArdourDialog