summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.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_time_axis.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_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index 8515f375b9..54d06b4135 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -212,7 +212,7 @@ protected:
void reset_samples_per_unit ();
void horizontal_position_changed ();
- void select_track_color();
+ void set_color (Gdk::Color const &);
virtual void build_automation_action_menu ();
virtual void append_extra_display_menu_items () {}