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 9445d9dd..7a268e3c 100644
--- a/src/engine/Driver.hpp
+++ b/src/engine/Driver.hpp
@@ -44,7 +44,7 @@ public:
virtual ~DriverPort() {}
/** Set the name of the system port */
- virtual void set_name(const std::string& name) = 0;
+ virtual void move(const Raul::Path& path) = 0;
virtual void create() = 0;
virtual void destroy() = 0;