From 22c22d1e81b25c103100b6c8347b154f16dafc5e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 10 Nov 2003 23:40:48 +0000 Subject: added namespace GUI svn-id: r11255 --- base/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') 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(); } -- cgit v1.2.3