aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/SMFDriver.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/SMFDriver.hpp b/src/engine/SMFDriver.hpp
index c67186a..df726e8 100644
--- a/src/engine/SMFDriver.hpp
+++ b/src/engine/SMFDriver.hpp
@@ -32,8 +32,7 @@ namespace machina {
class Node;
class Machine;
-class SMFDriver
- : public Driver
+class SMFDriver : public Driver
{
public:
SMFDriver(Raul::Forge& forge, Raul::TimeUnit unit);