diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2020-09-29 17:47:48 +0200 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2020-09-29 17:47:48 +0200 |
commit | 8235fe08d116366964577a8ddb0367b96b718531 (patch) | |
tree | 1b13e5a5fadd5b067fdb0c254ef41340d0fbfd43 /src/extras | |
parent | Some more const (diff) | |
download | re3-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 |
Diffstat (limited to 'src/extras')
-rw-r--r-- | src/extras/frontendoption.cpp | 2 |
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(); |