From 908a001ea84dcf3a1204746d110068454c637119 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2012 04:47:49 +0000 Subject: Fix include guards. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4349 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/client/EdgeModel.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ingen/client') 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 . */ -#ifndef INGEN_CLIENT_EDGE_MODEL_HPP -#define INGEN_CLIENT_EDGE_MODEL_HPP +#ifndef INGEN_CLIENT_EDGEMODEL_HPP +#define INGEN_CLIENT_EDGEMODEL_HPP #include @@ -64,4 +64,4 @@ private: } // namespace Client } // namespace Ingen -#endif // INGEN_CLIENT_EDGE_MODEL_HPP +#endif // INGEN_CLIENT_EDGEMODEL_HPP -- cgit v1.2.1