summaryrefslogtreecommitdiff
path: root/gtk2_ardour/redirect_box.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-04-24 17:59:08 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-04-24 17:59:08 +0000
commit1e59c4a2205d35a0bff50cce1ffa028fa32e5bdf (patch)
treeb2d95afd0a38c7fbb387afd12956f43fded77764 /gtk2_ardour/redirect_box.h
parent805d4d54a1fbf1dad6cc693ff427101678457ca4 (diff)
plugin selection via menu, along with "favorites"
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3284 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/redirect_box.h')
-rw-r--r--gtk2_ardour/redirect_box.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/redirect_box.h b/gtk2_ardour/redirect_box.h
index cb126dc13f..cc5b87d62a 100644
--- a/gtk2_ardour/redirect_box.h
+++ b/gtk2_ardour/redirect_box.h
@@ -145,6 +145,7 @@ class RedirectBox : public Gtk::HBox
void choose_insert ();
void choose_plugin ();
void insert_plugin_chosen (boost::shared_ptr<ARDOUR::Plugin>);
+ sigc::connection newplug_connection;
bool no_redirect_redisplay;
bool ignore_delete;