aboutsummaryrefslogtreecommitdiff
path: root/composer/Editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'composer/Editor.hpp')
-rw-r--r--composer/Editor.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer/Editor.hpp b/composer/Editor.hpp
index 94c30a9..620aab5 100644
--- a/composer/Editor.hpp
+++ b/composer/Editor.hpp
@@ -1,3 +1,6 @@
+#ifndef COMPOSER_EDITOR_H_INCLUDED
+#define COMPOSER_EDITOR_H_INCLUDED
+
#include "PdClasses.hpp"
#include <m_pd.h>
@@ -10,3 +13,5 @@ public:
static void openWindow(t_track_proxy *x);
static void closeWindow(t_track_proxy *x);
};
+
+#endif // COMPOSER_EDITOR_H_INCLUDED