a few more header files fixes, plus cleanup from nick_m, and the start of Action...
[ardour.git] / gtk2_ardour / regionview.h
index 954180e9497ddffc2a76c84d84f45b0e830f8d0f..a4b140df4d97f0809899d0a745f8e3412ed6c17c 100644 (file)
@@ -51,7 +51,7 @@ class AudioRegionView : public TimeAxisViewItem
                     ARDOUR::AudioRegion&,
                     double initial_samples_per_unit,
                     double amplitude_above_axis,
-                    GdkColor& base_color,
+                    Gdk::Color& base_color,
                     bool wait_for_waves);
     ~AudioRegionView ();
 
@@ -175,7 +175,7 @@ class AudioRegionView : public TimeAxisViewItem
     void store_flags ();
 
     void set_colors ();
-    void compute_colors (GdkColor&);
+    void compute_colors (Gdk::Color&);
     void set_frame_color ();
     void reset_width_dependent_items (double pixel_width);
     void set_waveview_data_src();