aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/MIDISink.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/MIDISink.hpp')
-rw-r--r--src/engine/MIDISink.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/MIDISink.hpp b/src/engine/MIDISink.hpp
index 1bf53dc..40edcad 100644
--- a/src/engine/MIDISink.hpp
+++ b/src/engine/MIDISink.hpp
@@ -21,7 +21,7 @@
#include "raul/Deletable.hpp"
#include "raul/TimeStamp.hpp"
-namespace Machina {
+namespace machina {
/** Pure virtual base for anything you can write MIDI to. */
class MIDISink
@@ -33,6 +33,6 @@ public:
const uint8_t* ev) = 0;
};
-} // namespace Machina
+} // namespace machina
#endif // MACHINA_MIDI_SINK_HPP