diff options
Diffstat (limited to 'ingen/client/EdgeModel.hpp')
-rw-r--r-- | ingen/client/EdgeModel.hpp | 6 |
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 |