summaryrefslogtreecommitdiffstats
path: root/src/engine/EventSink.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/EventSink.hpp')
-rw-r--r--src/engine/EventSink.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/EventSink.hpp b/src/engine/EventSink.hpp
index 5c2899b4..d1514901 100644
--- a/src/engine/EventSink.hpp
+++ b/src/engine/EventSink.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef EVENTSINK_H
-#define EVENTSINK_H
+#ifndef INGEN_ENGINE_EVENTSINK_HPP
+#define INGEN_ENGINE_EVENTSINK_HPP
#include <stdint.h>
#include <list>
@@ -56,5 +56,5 @@ private:
} // namespace Ingen
-#endif // EVENTSINK_H
+#endif // INGEN_ENGINE_EVENTSINK_HPP