summaryrefslogtreecommitdiffstats
path: root/src/engine/OSCDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/OSCDriver.hpp')
-rw-r--r--src/engine/OSCDriver.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/engine/OSCDriver.hpp b/src/engine/OSCDriver.hpp
index 06125217..a7c84d37 100644
--- a/src/engine/OSCDriver.hpp
+++ b/src/engine/OSCDriver.hpp
@@ -69,8 +69,9 @@ public:
DriverPort* create_port(DuplexPort* patch_port) { return NULL; }
- void add_port(DriverPort* port) {}
- DriverPort* remove_port(const Raul::Path& path) { return NULL; }
+ void add_port(DriverPort* port) {}
+
+ Raul::List<DriverPort*>::Node* remove_port(const Raul::Path& path) { return NULL; }
void prepare_block(const SampleCount block_start, const SampleCount block_end) {}
};