summaryrefslogtreecommitdiffstats
path: root/src/engine/events/Deactivate.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/Deactivate.hpp')
-rw-r--r--src/engine/events/Deactivate.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events/Deactivate.hpp b/src/engine/events/Deactivate.hpp
index c60b40b0..05d87520 100644
--- a/src/engine/events/Deactivate.hpp
+++ b/src/engine/events/Deactivate.hpp
@@ -29,10 +29,10 @@ namespace Events {
*
* \ingroup engine
*/
-class DeactivateEvent : public QueuedEvent
+class Deactivate : public QueuedEvent
{
public:
- DeactivateEvent(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp)
+ Deactivate(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp)
: QueuedEvent(engine, responder, timestamp)
{}