summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-08-31 19:14:12 +0000
committerCarl Hetherington <carl@carlh.net>2011-08-31 19:14:12 +0000
commit881b5a43e755860e91bf596bcac1f8c105b0a843 (patch)
treeea8c1ee2acca440144caa74dc5f6698449278dd8 /gtk2_ardour/streamview.h
parentf3a6b8a9bae2c926dd37315793416f14c176bbd8 (diff)
Allow route groups to color their tracks (remainder of
#4064). git-svn-id: svn://localhost/ardour2/branches/3.0@10043 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index 6e0c39ebc8..795fe0f687 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -89,7 +89,7 @@ public:
};
Gdk::Color get_region_color () const { return region_color; }
- void apply_color (Gdk::Color&, ColorTarget t);
+ void apply_color (Gdk::Color, ColorTarget t);
uint32_t num_selected_regionviews () const;