a few more header files fixes, plus cleanup from nick_m, and the start of Action...
[ardour.git] / gtk2_ardour / streamview.cc
index 1d0ec63535c9b709ca09a03a5c755578d9ec9a50..67f6a2a0703a953f6dd6db920f5ec704cf647d50 100644 (file)
@@ -22,7 +22,7 @@
 #include "ardour_ui.h"
 #include "crossfade_view.h"
 #include "rgb_macros.h"
-#include "extra_bind.h"
+//#include "extra_bind.h"
 #include "gui_thread.h"
 
 using namespace ARDOUR;
@@ -496,7 +496,7 @@ StreamView::diskstream_changed (void *src_ignored)
 }
 
 void
-StreamView::apply_color (GdkColor& color, ColorTarget target)
+StreamView::apply_color (Gdk::Color& color, ColorTarget target)
 
 {
        list<AudioRegionView *>::iterator i;