aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Machine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/machina/Machine.hpp')
-rw-r--r--src/engine/machina/Machine.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/machina/Machine.hpp b/src/engine/machina/Machine.hpp
index d65cec4..84e819d 100644
--- a/src/engine/machina/Machine.hpp
+++ b/src/engine/machina/Machine.hpp
@@ -31,7 +31,7 @@
#include "types.hpp"
#include "Node.hpp"
-namespace Machina {
+namespace machina {
class Context;
class Controller;
@@ -105,6 +105,6 @@ private:
bool _is_finished;
};
-} // namespace Machina
+} // namespace machina
#endif // MACHINA_MACHINE_HPP