add an example script to show/hide TAVs
[ardour.git] / gtk2_ardour / ambiguous_file_dialog.h
index 69c2ca6b76ca0eb3ba52a8fca472eb0ddb17c111..e49f7850c3aeca5ae6eae66ac4aefa81436c6783 100644 (file)
@@ -17,6 +17,9 @@
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
+#ifndef __gtk_ardour_ambiguous_file_dialog_h__
+#define __gtk_ardour_ambiguous_file_dialog_h__
+
 #include <gtkmm/radiobutton.h>
 #include "ardour_dialog.h"
 
@@ -33,4 +36,4 @@ private:
         bool rb_button_press (GdkEventButton*);
 };
 
-
+#endif // __gtk_ardour_ambiguous_file_dialog_h__