diff options
Diffstat (limited to 'src/engine/events/Connect.hpp')
-rw-r--r-- | src/engine/events/Connect.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/Connect.hpp b/src/engine/events/Connect.hpp index f8e2cdfa..7f88d160 100644 --- a/src/engine/events/Connect.hpp +++ b/src/engine/events/Connect.hpp @@ -50,7 +50,7 @@ namespace Events { class Connect : public QueuedEvent { public: - Connect(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, const Raul::Path& src_port_path, const Raul::Path& dst_port_path); + Connect(Engine& engine, SharedPtr<Request> request, SampleCount timestamp, const Raul::Path& src_port_path, const Raul::Path& dst_port_path); void pre_process(); void execute(ProcessContext& context); |