diff options
Diffstat (limited to 'src/engine/events/Get.hpp')
-rw-r--r-- | src/engine/events/Get.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/events/Get.hpp b/src/engine/events/Get.hpp index 5054ddb5..2abae3a4 100644 --- a/src/engine/events/Get.hpp +++ b/src/engine/events/Get.hpp @@ -37,10 +37,10 @@ class Get : public QueuedEvent { public: Get( - Engine& engine, - SharedPtr<Responder> responder, - SampleCount timestamp, - const Raul::URI& uri); + Engine& engine, + SharedPtr<Request> request, + SampleCount timestamp, + const Raul::URI& uri); void pre_process(); void execute(ProcessContext& context); |