summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-23 01:03:37 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-23 01:03:37 +0000
commit1b8a919f572166fdd4746e8e06b067f8debb9466 (patch)
treece69f781fe2b48b9f84e552469c9fe0d3593c44b /gtk2_ardour/route_ui.h
parent2daa616e02aeaf40d898b0c61e4993c3952235e5 (diff)
Small clean up of route colour setting.
git-svn-id: svn://localhost/ardour2/branches/3.0@8933 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 ff133642a2..c59ace3061 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -77,7 +77,7 @@ class RouteUI : public virtual AxisView
boost::shared_ptr<ARDOUR::Route> _route;
- void set_color (const Gdk::Color & c);
+ virtual void set_color (const Gdk::Color & c);
bool choose_color ();
bool ignore_toggle;