summaryrefslogtreecommitdiffstats
path: root/src/engine/NodeBase.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/NodeBase.hpp')
-rw-r--r--src/engine/NodeBase.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/NodeBase.hpp b/src/engine/NodeBase.hpp
index cf7ae0d6..a85d51b5 100644
--- a/src/engine/NodeBase.hpp
+++ b/src/engine/NodeBase.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef NODEBASE_H
-#define NODEBASE_H
+#ifndef INGEN_ENGINE_NODEBASE_HPP
+#define INGEN_ENGINE_NODEBASE_HPP
#include "types.hpp"
#include <string>
@@ -139,4 +139,4 @@ protected:
} // namespace Ingen
-#endif // NODEBASE_H
+#endif // INGEN_ENGINE_NODEBASE_HPP