summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_cursors.h')
-rw-r--r--gtk2_ardour/editor_cursors.h5
1 files changed, 5 insertions, 0 deletions
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__