summaryrefslogtreecommitdiffstats
path: root/src/extras/frontendoption.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/frontendoption.cpp')
-rw-r--r--src/extras/frontendoption.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extras/frontendoption.cpp b/src/extras/frontendoption.cpp
index 70489c3c..b365a3fe 100644
--- a/src/extras/frontendoption.cpp
+++ b/src/extras/frontendoption.cpp
@@ -118,7 +118,7 @@ RemoveCustomFrontendOptions()
lastOgScreen = MENUPAGES;
}
-int8 RegisterNewScreen(char *name, int prevPage)
+int8 RegisterNewScreen(const char *name, int prevPage)
{
if (lastOgScreen == MENUPAGES)
lastOgScreen = GetLastMenuScreen();