diff options
Diffstat (limited to 'src/engine/events/Ping.hpp')
-rw-r--r-- | src/engine/events/Ping.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events/Ping.hpp b/src/engine/events/Ping.hpp index cfb574ac..8a8b554d 100644 --- a/src/engine/events/Ping.hpp +++ b/src/engine/events/Ping.hpp @@ -34,10 +34,10 @@ namespace Events { * * \ingroup engine */ -class PingQueuedEvent : public QueuedEvent +class Ping : public QueuedEvent { public: - PingQueuedEvent(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp) + Ping(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp) : QueuedEvent(engine, responder, timestamp) {} |