summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_regions.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_regions.h')
-rw-r--r--gtk2_ardour/editor_regions.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_regions.h b/gtk2_ardour/editor_regions.h
index 885acca628..5d0ba42425 100644
--- a/gtk2_ardour/editor_regions.h
+++ b/gtk2_ardour/editor_regions.h
@@ -16,6 +16,8 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#ifndef __gtk_ardour_editor_regions_h__
+#define __gtk_ardour_editor_regions_h__
#include "editor_component.h"
@@ -148,4 +150,4 @@ private:
std::list<boost::shared_ptr<ARDOUR::Region> > tmp_region_list;
};
-
+#endif /* __gtk_ardour_editor_regions_h__ */