summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/tuning.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/tuning.h')
-rw-r--r--src/libs/engine/tuning.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/tuning.h b/src/libs/engine/tuning.h
index b2c1ef1c..61d43f9f 100644
--- a/src/libs/engine/tuning.h
+++ b/src/libs/engine/tuning.h
@@ -20,7 +20,7 @@
#include <stddef.h>
#include <time.h>
-namespace Om {
+namespace Ingen {
// FIXME: put this in a Config class
@@ -34,6 +34,6 @@ static const size_t maid_queue_size = 1024;
static const timespec main_rate = { 0, 500000000 }; // 1/2 second
-} // namespace Om
+} // namespace Ingen
#endif // TUNING_H