summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_option_editor.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-09-26 15:17:40 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-09-26 15:17:40 +0100
commitd382925fba75aa440db696c2ad3468e6463dc30a (patch)
treecfc74c1b75f8d573da079530bc5b613508b9512d /gtk2_ardour/session_option_editor.h
parentd614dc1e1816a8716a1ddfefeb4f5648ddb8bb9b (diff)
Add a header file guard (to prevent multiple #inclusion)
Diffstat (limited to 'gtk2_ardour/session_option_editor.h')
-rw-r--r--gtk2_ardour/session_option_editor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/session_option_editor.h b/gtk2_ardour/session_option_editor.h
index 73b9b2b033..2e7ba192b6 100644
--- a/gtk2_ardour/session_option_editor.h
+++ b/gtk2_ardour/session_option_editor.h
@@ -17,6 +17,9 @@
*/
+#ifndef __gtk_ardour_session_option_editor_h__
+#define __gtk_ardour_session_option_editor_h__
+
#include "option_editor.h"
namespace ARDOUR {
@@ -39,3 +42,5 @@ private:
ComboOption<float>* _vpu;
};
+
+#endif /* __gtk_ardour_session_option_editor_h__ */