X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_cursors.h;h=7b739e5a53ee99e1633b90049657e77a17d0866e;hb=1e97c09eed646adb030fd198d9ced9530bae20cb;hp=d7e856c9e57507381fb7288b2b87334328f439a0;hpb=16947f751b9615c3b7a6be710db15bc66c45bc5d;p=ardour.git diff --git a/gtk2_ardour/editor_cursors.h b/gtk2_ardour/editor_cursors.h index d7e856c9e5..7b739e5a53 100644 --- a/gtk2_ardour/editor_cursors.h +++ b/gtk2_ardour/editor_cursors.h @@ -17,6 +17,9 @@ */ +#ifndef __gtk_ardour_editor_cursors_h__ +#define __gtk_ardour_editor_cursors_h__ + #include "pbd/signals.h" #include "ardour/types.h" @@ -50,8 +53,10 @@ class EditorCursor { PBD::Signal1 PositionChanged; - private: + private: Editor& _editor; ArdourCanvas::Arrow* _track_canvas_item; framepos_t _current_frame; }; + +#endif // __gtk_ardour_editor_cursors_h__