From afac324970545893932b7de83f2605b1a5568909 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Dec 2010 21:54:48 +0000 Subject: Fix compilation. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2770 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageEvent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PatchageEvent.cpp') diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 11e56f7..5b27726 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -96,7 +96,7 @@ PatchageEvent::execute(Patchage* patchage) // No empty modules (for now) if (module->num_ports() == 0) { - patchage->canvas()->remove_item(module) + patchage->canvas()->remove_item(module); module.reset(); } else { patchage->enqueue_resize(module); -- cgit v1.2.1