diff options
Diffstat (limited to 'src/engine/events/DisconnectAll.hpp')
-rw-r--r-- | src/engine/events/DisconnectAll.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events/DisconnectAll.hpp b/src/engine/events/DisconnectAll.hpp index c4f6e6b6..b5dc258c 100644 --- a/src/engine/events/DisconnectAll.hpp +++ b/src/engine/events/DisconnectAll.hpp @@ -48,8 +48,8 @@ public: Engine& engine, SharedPtr<Request> request, SampleCount timestamp, - const Raul::Path& parent_path, - const Raul::Path& node_path); + const Raul::Path& parent, + const Raul::Path& object); DisconnectAll( Engine& engine, |