From 72c6d069df26396436c653532702a4f96f901fba Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 20 Dec 2008 19:00:33 +0000 Subject: Fix race condition on clear patch. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1876 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/events/DestroyEvent.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/events/DestroyEvent.hpp') 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, FrameTime timestamp, QueuedEventSource* source, const string& path, bool block = true); + DestroyEvent(Engine& engine, SharedPtr responder, FrameTime timestamp, QueuedEventSource* source, const string& path); ~DestroyEvent(); void pre_process(); -- cgit v1.2.1