summaryrefslogtreecommitdiffstats
path: root/src/common/interface/EngineInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/interface/EngineInterface.hpp')
-rw-r--r--src/common/interface/EngineInterface.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/interface/EngineInterface.hpp b/src/common/interface/EngineInterface.hpp
index 6d99a14d..644eaea5 100644
--- a/src/common/interface/EngineInterface.hpp
+++ b/src/common/interface/EngineInterface.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef ENGINEINTERFACE_H
-#define ENGINEINTERFACE_H
+#ifndef INGEN_INTERFACE_ENGINEINTERFACE_HPP
+#define INGEN_INTERFACE_ENGINEINTERFACE_HPP
#include <inttypes.h>
#include "interface/CommonInterface.hpp"
@@ -78,5 +78,5 @@ public:
} // namespace Shared
} // namespace Ingen
-#endif // ENGINEINTERFACE_H
+#endif // INGEN_INTERFACE_ENGINEINTERFACE_HPP