aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index 55177783df..2f8e435064 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -183,7 +183,7 @@ static void launcherDialog(GameDetector &detector, OSystem *system) {
system->set_palette(dummy_palette, 0, 16);
- LauncherDialog dlg(detector);
+ GUI::LauncherDialog dlg(detector);
dlg.runModal();
}