Report an error to stderr if creation of jack command line fails.
[ardour.git] / gtk2_ardour / mouse_cursors.h
index 55d5fd0c9db105eb90ae894a941ceca0782be853..bf93e1ad78b396e75ca571dff788f2404ed383fb 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef __gtk2_ardour_mouse_cursors__
+#define __gtk2_ardour_mouse_cursors__
+
 /** @file Handling of bitmaps to be used for mouse cursors.
  *
  *  Held centrally by the Editor because some cursors are used in several places.
@@ -64,3 +67,5 @@ public:
        Gdk::Cursor* expand_left_right;
        Gdk::Cursor* expand_up_down;
 };
+
+#endif /* __gtk2_ardour_mouse_cursors__ */