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 51b3451837..be0c84bb1c 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -70,7 +70,7 @@ static bool launcherDialog(OSystem &system) {
#if 1
- GUI::InterfaceManager iManager(&system, GUI::InterfaceManager::GFX_Standard_16bit);
+ GUI::InterfaceManager iManager(&system, GUI::InterfaceManager::kGfxStandard16bit);
iManager.runGUI();
return true;