summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ambiguous_file_dialog.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-12-08 08:08:19 +1000
committerTim Mayberry <mojofunk@gmail.com>2016-09-13 14:54:54 +1000
commit7d31ec02b3687a50977e3a6d2db7d47d9bcd7b52 (patch)
tree7e0f4cc9b8e29999298c672fdd5638293a420067 /gtk2_ardour/ambiguous_file_dialog.h
parentd4a64299c544ce4a150a7df3514722963290902e (diff)
Add missing header include guards in various gtk2_ardour headers
Diffstat (limited to 'gtk2_ardour/ambiguous_file_dialog.h')
-rw-r--r--gtk2_ardour/ambiguous_file_dialog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk2_ardour/ambiguous_file_dialog.h b/gtk2_ardour/ambiguous_file_dialog.h
index 69c2ca6b76..e49f7850c3 100644
--- a/gtk2_ardour/ambiguous_file_dialog.h
+++ b/gtk2_ardour/ambiguous_file_dialog.h
@@ -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__