summaryrefslogtreecommitdiffstats
path: root/src/engine/tuning.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/tuning.hpp')
-rw-r--r--src/engine/tuning.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/tuning.hpp b/src/engine/tuning.hpp
index 1ddaf71a..70538c25 100644
--- a/src/engine/tuning.hpp
+++ b/src/engine/tuning.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef TUNING_H
-#define TUNING_H
+#ifndef INGEN_ENGINE_TUNING_HPP
+#define INGEN_ENGINE_TUNING_HPP
#include <stddef.h>
#include <time.h>
@@ -37,4 +37,4 @@ static const timespec main_rate = { 0, 125000000 }; // 1/8 second
} // namespace Ingen
-#endif // TUNING_H
+#endif // INGEN_ENGINE_TUNING_HPP