aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/machina/types.hpp')
-rw-r--r--src/engine/machina/types.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/machina/types.hpp b/src/engine/machina/types.hpp
index 23d5f1c..f929d87 100644
--- a/src/engine/machina/types.hpp
+++ b/src/engine/machina/types.hpp
@@ -22,7 +22,7 @@
#include "raul/RingBuffer.hpp"
-namespace Machina {
+namespace machina {
typedef unsigned char byte;
@@ -52,6 +52,6 @@ SPtr<T> const_ptr_cast(const SPtr<U>& r) {
return std::const_pointer_cast<T>(r);
}
-} // namespace Machina
+} // namespace machina
#endif // MACHINA_TYPES_HPP