summaryrefslogtreecommitdiffstats
path: root/src/engine/events/DestroyEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/DestroyEvent.hpp')
-rw-r--r--src/engine/events/DestroyEvent.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/DestroyEvent.hpp b/src/engine/events/DestroyEvent.hpp
index 1876050d..c260a480 100644
--- a/src/engine/events/DestroyEvent.hpp
+++ b/src/engine/events/DestroyEvent.hpp
@@ -49,7 +49,7 @@ class CompiledPatch;
class DestroyEvent : public QueuedEvent
{
public:
- DestroyEvent(Engine& engine, SharedPtr<Responder> responder, FrameTime timestamp, QueuedEventSource* source, const string& path, bool block = true);
+ DestroyEvent(Engine& engine, SharedPtr<Responder> responder, FrameTime timestamp, QueuedEventSource* source, const string& path);
~DestroyEvent();
void pre_process();