Clean up library inheritance (colors.h, utils.h)
[ardour.git] / libs / canvas / canvas / arrow.h
index ba74fa90e74040a38f1f905772216ecd35e87be1..e04d450c1833c5e938610d1b7f87bdd18a25cd99 100644 (file)
@@ -58,7 +58,7 @@ public:
        void set_head_height (int, Distance);
        void set_head_width (int, Distance);
        void set_outline_width (Distance);
-       void set_color (Color);
+       void set_color (Gtkmm2ext::Color);
 
        Coord x () const;
        Coord y1 () const;
@@ -67,7 +67,7 @@ public:
        void set_y0 (Coord);
        void set_y1 (Coord);
 
-        bool covers (Duple const &) const;
+       bool covers (Duple const &) const;
 
 private:
        void setup_polygon (int);