tempo dialog uses three decimal places in numeric entry.
[ardour.git] / gtk2_ardour / verbose_cursor.h
index 6160bb3296b2a6d4d5ec94728bb55c744ba663d3..f4c76b10878851aefd806384f180746ea6114add 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef __gtk_ardour_verbose_cursor_h__
+#define __gtk_ardour_verbose_cursor_h__
+
 #include "ardour/types.h"
 #include "canvas/canvas.h"
 
@@ -48,3 +51,5 @@ private:
 
        void color_handler ();
 };
+
+#endif // __gtk_ardour_verbose_cursor_h__