diff options
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |