summaryrefslogtreecommitdiffstats
path: root/src/engine/events/CreatePort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/CreatePort.hpp')
-rw-r--r--src/engine/events/CreatePort.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/events/CreatePort.hpp b/src/engine/events/CreatePort.hpp
index ad8ab5bf..b901dbf4 100644
--- a/src/engine/events/CreatePort.hpp
+++ b/src/engine/events/CreatePort.hpp
@@ -42,12 +42,11 @@ class CreatePort : public QueuedEvent
public:
CreatePort(
Engine& engine,
- SharedPtr<Responder> responder,
+ SharedPtr<Request> request,
SampleCount timestamp,
const Raul::Path& path,
const Raul::URI& type,
bool is_output,
- EventSource* source,
const Shared::Resource::Properties& properties);
void pre_process();