summaryrefslogtreecommitdiffstats
path: root/src/engine/Driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Driver.hpp')
-rw-r--r--src/engine/Driver.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/Driver.hpp b/src/engine/Driver.hpp
index cc1bec6c..53db2ab1 100644
--- a/src/engine/Driver.hpp
+++ b/src/engine/Driver.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef DRIVER_H
-#define DRIVER_H
+#ifndef INGEN_ENGINE_DRIVER_HPP
+#define INGEN_ENGINE_DRIVER_HPP
#include <string>
#include <boost/utility.hpp>
@@ -122,4 +122,4 @@ public:
} // namespace Ingen
-#endif // DRIVER_H
+#endif // INGEN_ENGINE_DRIVER_HPP