file binary compat is for windows in general (not msvc)
[ardour.git] / gtk2_ardour / editor_cursors.h
index 50958d1ac02235ca5745cd189f38a98f501d6b59..eb4ab1cbde1ec4fbb20fd000c3fa6870f085dbc2 100644 (file)
@@ -29,6 +29,7 @@ class Editor;
 class EditorCursor {
   public:
         EditorCursor (Editor&, bool (Editor::*)(GdkEvent*,ArdourCanvas::Item*));
+        EditorCursor (Editor&);
        ~EditorCursor ();
 
        void set_position (framepos_t);