summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-12-08 08:08:19 +1000
committerTim Mayberry <mojofunk@gmail.com>2016-09-13 14:54:54 +1000
commit7d31ec02b3687a50977e3a6d2db7d47d9bcd7b52 (patch)
tree7e0f4cc9b8e29999298c672fdd5638293a420067 /gtk2_ardour/editor_cursors.h
parentd4a64299c544ce4a150a7df3514722963290902e (diff)
Add missing header include guards in various gtk2_ardour headers
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__