diff options
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r-- | src/PatchageEvent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 8a51119..e77de3f 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -74,7 +74,7 @@ PatchageEvent::execute(Patchage* patchage) if (driver) { SharedPtr<PatchagePort> port = driver->create_port_view(patchage, _port_1); if (port) - patchage->enqueue_resize(port->module().lock()); + patchage->enqueue_resize(port->module()); else Raul::error << "Unable to create port view: " << _port_1 << endl; } else { |