diff options
Diffstat (limited to 'include/commands/cmd_quit.h')
-rw-r--r-- | include/commands/cmd_quit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_quit.h b/include/commands/cmd_quit.h index f60c4b6b0..5229aaa50 100644 --- a/include/commands/cmd_quit.h +++ b/include/commands/cmd_quit.h @@ -32,7 +32,7 @@ class cmd_quit : public command_t { public: cmd_quit () : command_t("QUIT",0,0) { } - void Handle(char **parameters, int pcnt, userrec *user); + void Handle(const char** parameters, int pcnt, userrec *user); }; #endif |