summaryrefslogtreecommitdiffstats
path: root/src/engine/events/CreatePatch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/CreatePatch.hpp')
-rw-r--r--src/engine/events/CreatePatch.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/CreatePatch.hpp b/src/engine/events/CreatePatch.hpp
index a9f1281e..2db36d35 100644
--- a/src/engine/events/CreatePatch.hpp
+++ b/src/engine/events/CreatePatch.hpp
@@ -38,7 +38,7 @@ class CreatePatch : public QueuedEvent
public:
CreatePatch(
Engine& engine,
- SharedPtr<Responder> responder,
+ SharedPtr<Request> request,
SampleCount timestamp,
const Raul::Path& path,
int poly,