summaryrefslogtreecommitdiffstats
path: root/src/engine/Driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Driver.hpp')
-rw-r--r--src/engine/Driver.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/Driver.hpp b/src/engine/Driver.hpp
index 7ba29831..f87ec338 100644
--- a/src/engine/Driver.hpp
+++ b/src/engine/Driver.hpp
@@ -58,7 +58,7 @@ public:
DuplexPort* patch_port() const { return _patch_port; }
protected:
- DriverPort(DuplexPort* port) : _patch_port(port) {}
+ explicit DriverPort(DuplexPort* port) : _patch_port(port) {}
DuplexPort* _patch_port;
};