summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SendBinding.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/SendBinding.hpp')
-rw-r--r--src/engine/events/SendBinding.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/SendBinding.hpp b/src/engine/events/SendBinding.hpp
index 7f69f777..837d3463 100644
--- a/src/engine/events/SendBinding.hpp
+++ b/src/engine/events/SendBinding.hpp
@@ -45,7 +45,7 @@ public:
PortImpl* port,
ControlBindings::Type type,
int16_t num)
- : Event(engine, SharedPtr<Responder>(), timestamp)
+ : Event(engine, SharedPtr<Request>(), timestamp)
, _port(port)
, _type(type)
, _num(num)