diff options
Diffstat (limited to 'src/engine/events/ClearPatch.hpp')
-rw-r--r-- | src/engine/events/ClearPatch.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events/ClearPatch.hpp b/src/engine/events/ClearPatch.hpp index fbfb6e1a..9fd4cad3 100644 --- a/src/engine/events/ClearPatch.hpp +++ b/src/engine/events/ClearPatch.hpp @@ -37,10 +37,10 @@ namespace Events { * * \ingroup engine */ -class ClearPatchEvent : public QueuedEvent +class ClearPatch : public QueuedEvent { public: - ClearPatchEvent(Engine& engine, SharedPtr<Responder> responder, FrameTime time, QueuedEventSource* source, const Raul::Path& patch_path); + ClearPatch(Engine& engine, SharedPtr<Responder> responder, FrameTime time, QueuedEventSource* source, const Raul::Path& patch_path); void pre_process(); void execute(ProcessContext& context); |