summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.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/editor_route_groups.h
parentd4a64299c544ce4a150a7df3514722963290902e (diff)
Add missing header include guards in various gtk2_ardour headers
Diffstat (limited to 'gtk2_ardour/editor_route_groups.h')
-rw-r--r--gtk2_ardour/editor_route_groups.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_route_groups.h b/gtk2_ardour/editor_route_groups.h
index 5040823052..65c4968d8d 100644
--- a/gtk2_ardour/editor_route_groups.h
+++ b/gtk2_ardour/editor_route_groups.h
@@ -17,6 +17,9 @@
*/
+#ifndef __gtk_ardour_editor_route_groups_h__
+#define __gtk_ardour_editor_route_groups_h__
+
#include "gtkmm2ext/stateful_button.h"
#include "editor_component.h"
@@ -93,4 +96,4 @@ private:
Gtk::ColorSelectionDialog color_dialog;
};
-
+#endif // __gtk_ardour_editor_route_groups_h__