aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/SMFDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SMFDriver.hpp')
-rw-r--r--src/engine/SMFDriver.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SMFDriver.hpp b/src/engine/SMFDriver.hpp
index ee3c220..c67186a 100644
--- a/src/engine/SMFDriver.hpp
+++ b/src/engine/SMFDriver.hpp
@@ -27,7 +27,7 @@
#include "SMFReader.hpp"
#include "SMFWriter.hpp"
-namespace Machina {
+namespace machina {
class Node;
class Machine;
@@ -69,6 +69,6 @@ private:
Raul::TimeDuration max_duration);
};
-} // namespace Machina
+} // namespace machina
#endif // MACHINA_SMFDRIVER_HPP