summaryrefslogtreecommitdiffstats
path: root/src/engine/events/DisconnectAll.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/DisconnectAll.hpp')
-rw-r--r--src/engine/events/DisconnectAll.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/engine/events/DisconnectAll.hpp b/src/engine/events/DisconnectAll.hpp
index d350e889..300f3213 100644
--- a/src/engine/events/DisconnectAll.hpp
+++ b/src/engine/events/DisconnectAll.hpp
@@ -44,11 +44,11 @@ class DisconnectAll : public QueuedEvent
{
public:
DisconnectAll(
- Engine& engine,
- SharedPtr<Responder> responder,
- SampleCount timestamp,
- const Raul::Path& parent_path,
- const Raul::Path& node_path);
+ Engine& engine,
+ SharedPtr<Request> request,
+ SampleCount timestamp,
+ const Raul::Path& parent_path,
+ const Raul::Path& node_path);
DisconnectAll(
Engine& engine,