fix a -Wparentheses
[ardour.git] / gtk2_ardour / verbose_cursor.h
index 66da15a3291454d14eb2e5b954e345c149f80bf6..7d12a2a13ea386eec26e43dbbd5733274b8a94ae 100644 (file)
@@ -41,8 +41,10 @@ public:
 
        void show ();
        void hide ();
-
+       
 private:
        Editor*                     _editor;
        ArdourCanvas::TrackingText* _canvas_item;
+
+       void color_handler ();
 };