aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/JackDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/JackDriver.hpp')
-rw-r--r--src/engine/JackDriver.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/JackDriver.hpp b/src/engine/JackDriver.hpp
index 06ffabe..3045165 100644
--- a/src/engine/JackDriver.hpp
+++ b/src/engine/JackDriver.hpp
@@ -33,7 +33,7 @@
#include "Recorder.hpp"
-namespace Machina {
+namespace machina {
class MidiAction;
class Node;
@@ -44,7 +44,7 @@ class Node;
* in the processing context must be realtime safe (non-blocking).
*/
class JackDriver
- : public Machina::Driver
+ : public machina::Driver
{
public:
JackDriver(Raul::Forge& forge,
@@ -127,6 +127,6 @@ private:
bool _is_activated;
};
-} // namespace Machina
+} // namespace machina
#endif // MACHINA_JACKDRIVER_HPP