summaryrefslogtreecommitdiff
path: root/include/commands/cmd_oper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_oper.h')
-rw-r--r--include/commands/cmd_oper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_oper.h b/include/commands/cmd_oper.h
index e71ca07a6..8e731b579 100644
--- a/include/commands/cmd_oper.h
+++ b/include/commands/cmd_oper.h
@@ -34,7 +34,7 @@ class cmd_oper : public command_t
{
public:
cmd_oper () : command_t("OPER",0,2) { }
- void Handle(char **parameters, int pcnt, userrec *user);
+ void Handle(const char** parameters, int pcnt, userrec *user);
};
#endif