allow sending OSC from inline display UIs
[ardour.git] / gtk2_ardour / editor_snapshots.h
index 48626a5368852e556086014a817fba1d1b91d7c6..9f539145ce001d6ea3cbb498462e3979be7d3110 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef __gtk_ardour_editor_snapshots_h__
+#define __gtk_ardour_editor_snapshots_h__
+
 #include <gtkmm/widget.h>
 #include <gtkmm/scrolledwindow.h>
 #include <gtkmm/treemodel.h>
@@ -62,3 +65,5 @@ private:
        void remove (std::string);
        void rename (std::string);
 };
+
+#endif // __gtk_ardour_editor_snapshots_h__