summaryrefslogtreecommitdiffstats
path: root/src/engine/CompiledPatch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/CompiledPatch.hpp')
-rw-r--r--src/engine/CompiledPatch.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/CompiledPatch.hpp b/src/engine/CompiledPatch.hpp
index d6a61f50..7cb713e2 100644
--- a/src/engine/CompiledPatch.hpp
+++ b/src/engine/CompiledPatch.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef COMPILED_PATCH_HPP
-#define COMPILED_PATCH_HPP
+#ifndef INGEN_ENGINE_COMPILEDPATCH_HPP
+#define INGEN_ENGINE_COMPILEDPATCH_HPP
#include <vector>
#include "raul/List.hpp"
@@ -73,4 +73,4 @@ struct CompiledPatch : public std::vector<CompiledNode>
} // namespace Ingen
-#endif // COMPILED_PATCH_HPP
+#endif // INGEN_ENGINE_COMPILEDPATCH_HPP