summaryrefslogtreecommitdiffstats
path: root/ingen/client/EdgeModel.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-11 04:47:49 +0000
committerDavid Robillard <d@drobilla.net>2012-05-11 04:47:49 +0000
commit908a001ea84dcf3a1204746d110068454c637119 (patch)
tree4d1aeab4b42c1bb8a66187a5428fde3a19c3a83c /ingen/client/EdgeModel.hpp
parenta04c4965e3df113125b82d1b921043898d60ba6c (diff)
downloadingen-908a001ea84dcf3a1204746d110068454c637119.tar.gz
ingen-908a001ea84dcf3a1204746d110068454c637119.tar.bz2
ingen-908a001ea84dcf3a1204746d110068454c637119.zip
Fix include guards.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4349 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen/client/EdgeModel.hpp')
-rw-r--r--ingen/client/EdgeModel.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/client/EdgeModel.hpp b/ingen/client/EdgeModel.hpp
index 83faa25f..41e1273c 100644
--- a/ingen/client/EdgeModel.hpp
+++ b/ingen/client/EdgeModel.hpp
@@ -14,8 +14,8 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef INGEN_CLIENT_EDGE_MODEL_HPP
-#define INGEN_CLIENT_EDGE_MODEL_HPP
+#ifndef INGEN_CLIENT_EDGEMODEL_HPP
+#define INGEN_CLIENT_EDGEMODEL_HPP
#include <cassert>
@@ -64,4 +64,4 @@ private:
} // namespace Client
} // namespace Ingen
-#endif // INGEN_CLIENT_EDGE_MODEL_HPP
+#endif // INGEN_CLIENT_EDGEMODEL_HPP