diff options
Diffstat (limited to 'src/cmd_pass.cpp')
-rw-r--r-- | src/cmd_pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_pass.cpp b/src/cmd_pass.cpp index 76d5f08cb..0f3665222 100644 --- a/src/cmd_pass.cpp +++ b/src/cmd_pass.cpp @@ -19,7 +19,7 @@ #include "helperfuncs.h" #include "commands/cmd_pass.h" -void cmd_pass::Handle (char **parameters, int pcnt, userrec *user) +void cmd_pass::Handle (const char** parameters, int pcnt, userrec *user) { // Check to make sure they havnt registered -- Fix by FCS if (user->registered == 7) |