summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/processor_box.h')
-rw-r--r--gtk2_ardour/processor_box.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h
index 1074d10914..331848efc1 100644
--- a/gtk2_ardour/processor_box.h
+++ b/gtk2_ardour/processor_box.h
@@ -91,7 +91,7 @@ public:
}
ARDOUR::SessionHandlePtr* session_handle();
- void show_the_right_window ();
+ void show_the_right_window (bool show_not_toggle = false);
void set_custom_ui_mode(bool use_custom) { want_custom = use_custom; }
int set_state (const XMLNode&, int);
@@ -105,6 +105,7 @@ private:
void processor_going_away ();
PBD::ScopedConnection going_away_connection;
+ PBD::ScopedConnectionList gui_connections;
};