summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-18 21:54:48 +0000
committerDavid Robillard <d@drobilla.net>2010-12-18 21:54:48 +0000
commitafac324970545893932b7de83f2605b1a5568909 (patch)
treeea78d616630ed13b5f47b350248a2eafd03404bb /src
parent756f98f26fd63b6db3f6197bff1e3fedcdea64d1 (diff)
downloadpatchage-afac324970545893932b7de83f2605b1a5568909.tar.gz
patchage-afac324970545893932b7de83f2605b1a5568909.tar.bz2
patchage-afac324970545893932b7de83f2605b1a5568909.zip
Fix compilation.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2770 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/PatchageEvent.cpp2
1 files changed, 1 insertions, 1 deletions
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);