summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2Plugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/LV2Plugin.hpp')
-rw-r--r--src/engine/LV2Plugin.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/LV2Plugin.hpp b/src/engine/LV2Plugin.hpp
index 2a6f1996..8dc0d8bf 100644
--- a/src/engine/LV2Plugin.hpp
+++ b/src/engine/LV2Plugin.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef LV2PLUGIN_H
-#define LV2PLUGIN_H
+#ifndef INGEN_ENGINE_LV2PLUGIN_HPP
+#define INGEN_ENGINE_LV2PLUGIN_HPP
#include "ingen-config.h"
@@ -70,5 +70,5 @@ private:
} // namespace Ingen
-#endif // LV2PLUGIN_H
+#endif // INGEN_ENGINE_LV2PLUGIN_HPP