aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/machina/Context.hpp')
-rw-r--r--src/engine/machina/Context.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/machina/Context.hpp b/src/engine/machina/Context.hpp
index 8195a0e..bedaa76 100644
--- a/src/engine/machina/Context.hpp
+++ b/src/engine/machina/Context.hpp
@@ -22,7 +22,7 @@
#include "raul/Atom.hpp"
#include "raul/TimeSlice.hpp"
-namespace Machina {
+namespace machina {
class MIDISink;
@@ -47,6 +47,6 @@ private:
MIDISink* _sink;
};
-} // namespace Machina
+} // namespace machina
#endif // MACHINA_CONTEXT_HPP