summaryrefslogtreecommitdiff
path: root/ui/switch_to_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/switch_to_gui.h')
-rw-r--r--ui/switch_to_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/switch_to_gui.h b/ui/switch_to_gui.h
index a3cf6827..20fe81de 100644
--- a/ui/switch_to_gui.h
+++ b/ui/switch_to_gui.h
@@ -27,7 +27,7 @@ public:
void execute() const
{
- MainDialog::create(guiCfg, referenceFiles, globalSettings_, true); //new toplevel window
+ MainDialog::create(guiCfg, referenceFiles, &globalSettings_, true); //new toplevel window
}
private:
bgstack15