diff options
Diffstat (limited to 'src/PatchageModule.cpp')
-rw-r--r-- | src/PatchageModule.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PatchageModule.cpp b/src/PatchageModule.cpp index 2d53a27..46188f8 100644 --- a/src/PatchageModule.cpp +++ b/src/PatchageModule.cpp @@ -24,6 +24,7 @@ PatchageModule::PatchageModule( : Module(*app->canvas().get(), name, x, y) , _app(app) , _menu(NULL) + , _name(name) , _type(type) { signal_moved.connect( |