X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_cursors.h;h=f841f0c778eb5188fc704d7e34f79af24512d097;hb=5a8553f02cb9bcbd75b797c6260539f7a8f8e47a;hp=50958d1ac02235ca5745cd189f38a98f501d6b59;hpb=23e7cf10191270d70357ccf0ed9294f020c7b7ab;p=ardour.git diff --git a/gtk2_ardour/editor_cursors.h b/gtk2_ardour/editor_cursors.h index 50958d1ac0..f841f0c778 100644 --- a/gtk2_ardour/editor_cursors.h +++ b/gtk2_ardour/editor_cursors.h @@ -29,6 +29,7 @@ class Editor; class EditorCursor { public: EditorCursor (Editor&, bool (Editor::*)(GdkEvent*,ArdourCanvas::Item*)); + EditorCursor (Editor&); ~EditorCursor (); void set_position (framepos_t); @@ -49,9 +50,8 @@ class EditorCursor { PBD::Signal1 PositionChanged; - private: + private: Editor& _editor; ArdourCanvas::Arrow* _track_canvas_item; framepos_t _current_frame; - double _length; };