aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Updates.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/machina/Updates.hpp')
-rw-r--r--src/engine/machina/Updates.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/machina/Updates.hpp b/src/engine/machina/Updates.hpp
index 5f6a324..c7d02ab 100644
--- a/src/engine/machina/Updates.hpp
+++ b/src/engine/machina/Updates.hpp
@@ -24,7 +24,7 @@
#include "machina/types.hpp"
-namespace Machina {
+namespace machina {
enum UpdateType {
UPDATE_SET = 1
@@ -42,6 +42,6 @@ read_set(SPtr<Raul::RingBuffer> buf,
URIInt* key,
Raul::Atom* value);
-} // namespace Machina
+} // namespace machina
#endif // MACHINA_UPDATES_HPP