From 8235fe08d116366964577a8ddb0367b96b718531 Mon Sep 17 00:00:00 2001 From: Filip Gawin Date: Tue, 29 Sep 2020 17:47:48 +0200 Subject: [PATCH] Fix more --- src/extras/frontendoption.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();