X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_cursors.h;h=7b739e5a53ee99e1633b90049657e77a17d0866e;hb=db4edbf3b592ebac4cd0df9f5f9caa33a45c54dd;hp=f841f0c778eb5188fc704d7e34f79af24512d097;hpb=22b07e0233a29d9633ffa825a79503befaf2e16e;p=ardour.git diff --git a/gtk2_ardour/editor_cursors.h b/gtk2_ardour/editor_cursors.h index f841f0c778..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" @@ -55,3 +58,5 @@ class EditorCursor { ArdourCanvas::Arrow* _track_canvas_item; framepos_t _current_frame; }; + +#endif // __gtk_ardour_editor_cursors_h__