From 06eb959bf1c249dd66a5a56b78df0ad0de7df29c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 26 Oct 2015 01:33:11 +0000 Subject: Fix include guard git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5787 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/NodeImpl.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/server/NodeImpl.hpp') diff --git a/src/server/NodeImpl.hpp b/src/server/NodeImpl.hpp index 3a04e03b..3d87b2f2 100644 --- a/src/server/NodeImpl.hpp +++ b/src/server/NodeImpl.hpp @@ -14,8 +14,8 @@ along with Ingen. If not, see . */ -#ifndef INGEN_ENGINE_NODEIMPLIMPL_HPP -#define INGEN_ENGINE_NODEIMPLIMPL_HPP +#ifndef INGEN_ENGINE_NODEIMPL_HPP +#define INGEN_ENGINE_NODEIMPL_HPP #include #include @@ -103,4 +103,4 @@ protected: } // namespace Server } // namespace Ingen -#endif // INGEN_ENGINE_NODEIMPLIMPL_HPP +#endif // INGEN_ENGINE_NODEIMPL_HPP -- cgit v1.2.1