Region pulse is no longer a property.
[ardour.git] / gtk2_ardour / editor_cursors.h
index f841f0c778eb5188fc704d7e34f79af24512d097..7b739e5a53ee99e1633b90049657e77a17d0866e 100644 (file)
@@ -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__