summaryrefslogtreecommitdiffstats
path: root/src/engine/NodeImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/NodeImpl.hpp')
-rw-r--r--src/engine/NodeImpl.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/NodeImpl.hpp b/src/engine/NodeImpl.hpp
index cbb212b7..01901df9 100644
--- a/src/engine/NodeImpl.hpp
+++ b/src/engine/NodeImpl.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef NODEIMPL_H
-#define NODEIMPL_H
+#ifndef INGEN_ENGINE_NODEIMPL_HPP
+#define INGEN_ENGINE_NODEIMPL_HPP
#include <string>
#include "raul/IntrusivePtr.hpp"
@@ -176,4 +176,4 @@ public:
} // namespace Ingen
-#endif // NODEIMPL_H
+#endif // INGEN_ENGINE_NODEIMPL_HPP