summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/LV2Node.hpp')
-rw-r--r--src/engine/LV2Node.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/LV2Node.hpp b/src/engine/LV2Node.hpp
index 7f1714f1..3bc37dc5 100644
--- a/src/engine/LV2Node.hpp
+++ b/src/engine/LV2Node.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef LV2NODE_H
-#define LV2NODE_H
+#ifndef INGEN_ENGINE_LV2NODE_HPP
+#define INGEN_ENGINE_LV2NODE_HPP
#include <string>
#include "slv2/slv2.h"
@@ -74,5 +74,5 @@ protected:
} // namespace Ingen
-#endif // LV2NODE_H
+#endif // INGEN_ENGINE_LV2NODE_HPP