pay some attention to the special guest of the night: KDE window stacking
[ardour.git] / gtk2_ardour / editor_cursors.h
index eb4ab1cbde1ec4fbb20fd000c3fa6870f085dbc2..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"
 
@@ -50,9 +53,10 @@ class EditorCursor {
 
        PBD::Signal1<void, framepos_t> PositionChanged;
 
-  private:     
+  private:
        Editor&               _editor;
        ArdourCanvas::Arrow*  _track_canvas_item;
        framepos_t            _current_frame;
-       double                _length;
 };
+
+#endif // __gtk_ardour_editor_cursors_h__