From d5e678157defbe60ed9c822ebea93342e0770c31 Mon Sep 17 00:00:00 2001 From: Artem Grinev Date: Tue, 10 Nov 2020 01:23:10 +0300 Subject: [PATCH] Changed TRANSLITERATOR_ID type to array --- src/modules/users/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/users/Config.cpp b/src/modules/users/Config.cpp index e94116bd7..b85ba67bd 100644 --- a/src/modules/users/Config.cpp +++ b/src/modules/users/Config.cpp @@ -28,7 +28,7 @@ #include //Did my best choosing compound ID -static const char* TRANSLITERATOR_ID = "Russian-Latin/BGN;" +static const char TRANSLITERATOR_ID[] = "Russian-Latin/BGN;" "Greek-Latin/UNGEGN;" "Any-Latin;" "Latin-ASCII";