summaryrefslogtreecommitdiff
path: root/ui/switch_to_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/switch_to_gui.cpp')
-rw-r--r--ui/switch_to_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/switch_to_gui.cpp b/ui/switch_to_gui.cpp
index 87827c54..4bfdfd1f 100644
--- a/ui/switch_to_gui.cpp
+++ b/ui/switch_to_gui.cpp
@@ -7,7 +7,7 @@
#include "switch_to_gui.h"
#include "main_dlg.h"
-using ffs3::SwitchToGui;
+using zen::SwitchToGui;
SwitchToGui::SwitchToGui(const xmlAccess::XmlBatchConfig& batchCfg,
bgstack15