X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fusers.cpp;h=108ce138559dfb4b6a0d9e76fb000a824d7d9ed6;hb=73eb66f2b1c82f9e1d1a24093aa4a305c2cfe2e7;hp=5b46d172c8b281f9177e1767abbdba611842b4ba;hpb=597ecea91e69f96869127ba1023c3d689c4c216c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/users.cpp b/src/users.cpp index 5b46d172c..108ce1385 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -861,7 +861,7 @@ void User::CheckClass() void User::CheckLines() { - char* check[] = { "G" , "K", NULL }; + const char* check[] = { "G" , "K", NULL }; if (!this->exempt) {