Missing file.
[ardour.git] / gtk2_ardour / lineset.h
index 66b4806439b02c8b6ab89aab3205ee8cca574d2f..2f9a61d03983f85161eec665e652470846c12d73 100644 (file)
@@ -65,7 +65,7 @@ public:
         */
        void change_line_width(double coord, double width);
 
-       /** PropertyChange the color of a line.
+       /** Change the color of a line.
         */
        void change_line_color(double coord, uint32_t color);
 
@@ -153,8 +153,7 @@ protected:
        void region_needs_update(double coord1, double coord2);
        bool update_bounds();
        void update_lines(bool need_redraw);
-       void redraw_request(ArtIRect&);
-       void redraw_request(ArtDRect&);
+       void redraw_request (ArtDRect const &);
 
        Lines::iterator line_at(double coord);