summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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);