summaryrefslogtreecommitdiffstats
path: root/src/engine/events/Move.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/Move.hpp')
-rw-r--r--src/engine/events/Move.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/engine/events/Move.hpp b/src/engine/events/Move.hpp
index 5a982397..9f9f8401 100644
--- a/src/engine/events/Move.hpp
+++ b/src/engine/events/Move.hpp
@@ -46,11 +46,11 @@ class Move : public QueuedEvent
{
public:
Move(
- Engine& engine,
- SharedPtr<Responder> responder,
- SampleCount timestamp,
- const Raul::Path& old_path,
- const Raul::Path& new_path);
+ Engine& engine,
+ SharedPtr<Request> request,
+ SampleCount timestamp,
+ const Raul::Path& old_path,
+ const Raul::Path& new_path);
~Move();
void pre_process();