diff options
Diffstat (limited to 'src/server')
-rw-r--r-- | src/server/NodeImpl.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>. */ -#ifndef INGEN_ENGINE_NODEIMPLIMPL_HPP -#define INGEN_ENGINE_NODEIMPLIMPL_HPP +#ifndef INGEN_ENGINE_NODEIMPL_HPP +#define INGEN_ENGINE_NODEIMPL_HPP #include <cassert> #include <cstddef> @@ -103,4 +103,4 @@ protected: } // namespace Server } // namespace Ingen -#endif // INGEN_ENGINE_NODEIMPLIMPL_HPP +#endif // INGEN_ENGINE_NODEIMPL_HPP |