aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/controller/ModuleControllerDialog.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ui/dialog/controller/ModuleControllerDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/controller/ModuleControllerDialog.h b/src/ui/dialog/controller/ModuleControllerDialog.h
index 57444aea..001e4614 100644
--- a/src/ui/dialog/controller/ModuleControllerDialog.h
+++ b/src/ui/dialog/controller/ModuleControllerDialog.h
@@ -56,7 +56,7 @@ class ModuleControllerDialog : public QDialog {
private:
std::shared_ptr<Ui_ModuleControllerDialog> ui_; ///<
ModuleListView* model_list_view_;
- Module::ModuleManager* module_mamager_;
+ Module::ModuleManager* module_manager_;
};
} // namespace GpgFrontend::UI