]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/users.cpp
Fix the problems GreenReaper found with the windows select engine, this has never...
[user/henk/code/inspircd.git] / src / users.cpp
index 5b46d172c8b281f9177e1767abbdba611842b4ba..108ce138559dfb4b6a0d9e76fb000a824d7d9ed6 100644 (file)
@@ -861,7 +861,7 @@ void User::CheckClass()
 
 void User::CheckLines()
 {
-       char* check[] = { "G" , "K", NULL };
+       const char* check[] = { "G" , "K", NULL };
 
        if (!this->exempt)
        {