summaryrefslogtreecommitdiffstats
path: root/src/engine/Context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Context.hpp')
-rw-r--r--src/engine/Context.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/Context.hpp b/src/engine/Context.hpp
index 0029e00c..e0bc924e 100644
--- a/src/engine/Context.hpp
+++ b/src/engine/Context.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef CONTEXT_H
-#define CONTEXT_H
+#ifndef INGEN_ENGINE_CONTEXT_HPP
+#define INGEN_ENGINE_CONTEXT_HPP
#include "EventSink.hpp"
#include "tuning.hpp"
@@ -67,5 +67,5 @@ private:
} // namespace Ingen
-#endif // CONTEXT_H
+#endif // INGEN_ENGINE_CONTEXT_HPP