summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SetPortValue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/SetPortValue.hpp')
-rw-r--r--src/engine/events/SetPortValue.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/events/SetPortValue.hpp b/src/engine/events/SetPortValue.hpp
index 821672fd..d7a3d7ae 100644
--- a/src/engine/events/SetPortValue.hpp
+++ b/src/engine/events/SetPortValue.hpp
@@ -42,14 +42,14 @@ class SetPortValue : public QueuedEvent
{
public:
SetPortValue(Engine& engine,
- SharedPtr<Responder> responder,
+ SharedPtr<Request> request,
bool queued,
SampleCount timestamp,
const Raul::Path& port_path,
const Raul::Atom& value);
SetPortValue(Engine& engine,
- SharedPtr<Responder> responder,
+ SharedPtr<Request> request,
bool queued,
SampleCount timestamp,
uint32_t voice_num,
@@ -57,7 +57,7 @@ public:
const Raul::Atom& value);
SetPortValue(Engine& engine,
- SharedPtr<Responder> responder,
+ SharedPtr<Request> request,
SampleCount timestamp,
PortImpl* port,
const Raul::Atom& value);