summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.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/route_ui.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/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index ebc686b438..b62b146735 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -130,7 +130,7 @@ class RouteUI : public virtual AxisView
void solo_changed_so_update_mute ();
void mute_changed(void*);
void listen_changed(void*);
- virtual void processors_changed () {}
+ virtual void processors_changed (ARDOUR::RouteProcessorChange) {}
void route_rec_enable_changed();
void session_rec_enable_changed();