summaryrefslogtreecommitdiffstats
path: root/src/engine/Event.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Event.hpp')
-rw-r--r--src/engine/Event.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/Event.hpp b/src/engine/Event.hpp
index d3bf44b4..d4ee596b 100644
--- a/src/engine/Event.hpp
+++ b/src/engine/Event.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef EVENT_H
-#define EVENT_H
+#ifndef INGEN_ENGINE_EVENT_HPP
+#define INGEN_ENGINE_EVENT_HPP
#include <cassert>
#include "raul/SharedPtr.hpp"
@@ -73,4 +73,4 @@ protected:
} // namespace Ingen
-#endif // EVENT_H
+#endif // INGEN_ENGINE_EVENT_HPP