summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SendPortValue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/SendPortValue.hpp')
-rw-r--r--src/engine/events/SendPortValue.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/SendPortValue.hpp b/src/engine/events/SendPortValue.hpp
index a106f459..8cbb3cbe 100644
--- a/src/engine/events/SendPortValue.hpp
+++ b/src/engine/events/SendPortValue.hpp
@@ -50,7 +50,7 @@ public:
bool omni,
uint32_t voice_num,
const Raul::Atom& value)
- : Event(engine, SharedPtr<Responder>(), timestamp)
+ : Event(engine, SharedPtr<Request>(), timestamp)
, _port(port)
, _omni(omni)
, _voice_num(voice_num)