summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2020-09-29 17:47:48 +0200
committerFilip Gawin <filip.gawin@zoho.com>2020-09-29 17:47:48 +0200
commit8235fe08d116366964577a8ddb0367b96b718531 (patch)
tree1b13e5a5fadd5b067fdb0c254ef41340d0fbfd43
parentSome more const (diff)
downloadre3-8235fe08d116366964577a8ddb0367b96b718531.tar
re3-8235fe08d116366964577a8ddb0367b96b718531.tar.gz
re3-8235fe08d116366964577a8ddb0367b96b718531.tar.bz2
re3-8235fe08d116366964577a8ddb0367b96b718531.tar.lz
re3-8235fe08d116366964577a8ddb0367b96b718531.tar.xz
re3-8235fe08d116366964577a8ddb0367b96b718531.tar.zst
re3-8235fe08d116366964577a8ddb0367b96b718531.zip
-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();