diff options
author | David Robillard <d@drobilla.net> | 2010-02-01 19:06:23 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-02-01 19:06:23 +0000 |
commit | feb7439d70871aa9663e7c4218671a3c26717fbb (patch) | |
tree | 50257d9478959e1c4101ac1914942da12a0fefb9 /src/engine/CompiledPatch.hpp | |
parent | 0fdb802920e1fce6ed64d9fe7d54f39ee0adbc90 (diff) | |
download | ingen-feb7439d70871aa9663e7c4218671a3c26717fbb.tar.gz ingen-feb7439d70871aa9663e7c4218671a3c26717fbb.tar.bz2 ingen-feb7439d70871aa9663e7c4218671a3c26717fbb.zip |
Use consistent and more globally unique inclusion guards.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2398 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/CompiledPatch.hpp')
-rw-r--r-- | src/engine/CompiledPatch.hpp | 6 |
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 |