diff options
Diffstat (limited to 'src/engine/events/SendPortActivity.hpp')
-rw-r--r-- | src/engine/events/SendPortActivity.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/SendPortActivity.hpp b/src/engine/events/SendPortActivity.hpp index 2e1c40f2..4481d8fc 100644 --- a/src/engine/events/SendPortActivity.hpp +++ b/src/engine/events/SendPortActivity.hpp @@ -46,7 +46,7 @@ public: inline SendPortActivity(Engine& engine, SampleCount timestamp, PortImpl* port) - : Event(engine, SharedPtr<Responder>(), timestamp) + : Event(engine, SharedPtr<Request>(), timestamp) , _port(port) { } |