summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-30 23:16:28 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-30 23:16:28 +0000
commitfddc11f556061d0ffa9a173a3652aa34c20bac3b (patch)
treea1e1fe82b7edf053effec3f8a3f561e99ce43a13 /gtk2_ardour/port_matrix.h
parent4497db3f1a9258561f7ec8a6a608bcda1594696d (diff)
Various optimisations to speed up rec-enable.
git-svn-id: svn://localhost/ardour2/branches/3.0@6227 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix.h')
-rw-r--r--gtk2_ardour/port_matrix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix.h b/gtk2_ardour/port_matrix.h
index d073740bf5..278b5a7ced 100644
--- a/gtk2_ardour/port_matrix.h
+++ b/gtk2_ardour/port_matrix.h
@@ -29,6 +29,7 @@
#include <gtkmm/notebook.h>
#include <boost/shared_ptr.hpp>
#include "ardour/bundle.h"
+#include "ardour/types.h"
#include "port_group.h"
#include "port_matrix_types.h"
#include "i18n.h"
@@ -178,6 +179,7 @@ private:
void remove_notebook_pages (Gtk::Notebook &);
void v_page_selected (GtkNotebookPage *, guint);
void h_page_selected (GtkNotebookPage *, guint);
+ void route_processors_changed (ARDOUR::RouteProcessorChange);
Gtk::Window* _parent;