summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/PatchageModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageModule.cpp b/src/PatchageModule.cpp
index 0b09a4f..8d8dfa7 100644
--- a/src/PatchageModule.cpp
+++ b/src/PatchageModule.cpp
@@ -25,7 +25,7 @@ PatchageModule::PatchageModule(Patchage* app,
ModuleType type,
double x,
double y)
- : Module(*app->canvas().get(), name, x, y)
+ : Module(*app->canvas(), name, x, y)
, _app(app)
, _menu(nullptr)
, _name(name)