summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2007-06-15 22:08:27 +0000
committerDoug McLain <doug@nostar.net>2007-06-15 22:08:27 +0000
commit789cbb21810802adc478de3134fa42950c5e8569 (patch)
tree565760bb936fea79f18697f72126111169bebae1 /gtk2_ardour/streamview.h
parentcd9fdb935f08966cc8c7170a39870e8adcae69d8 (diff)
Major Theme Manager changes, see ardour-dev
git-svn-id: svn://localhost/ardour2/trunk@1987 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 f83b35191d..7011801560 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -121,7 +121,7 @@ protected:
virtual void playlist_modified_weak (boost::weak_ptr<ARDOUR::Diskstream>);
virtual void playlist_modified (boost::shared_ptr<ARDOUR::Diskstream>);
- virtual void color_handler (ColorID, uint32_t) = 0;
+ virtual void color_handler () = 0;
virtual void update_contents_y_position_and_height ();