summaryrefslogtreecommitdiff
path: root/src/core/os_quit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_quit.c')
-rw-r--r--src/core/os_quit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_quit.c b/src/core/os_quit.c
index cd38b4e88..995eab2cd 100644
--- a/src/core/os_quit.c
+++ b/src/core/os_quit.c
@@ -22,7 +22,7 @@ class CommandOSQuit : public Command
{
}
- CommandReturn Execute(User *u, std::vector<ci::string> &params)
+ CommandReturn Execute(User *u, const std::vector<ci::string> &params)
{
quitmsg = new char[28 + strlen(u->nick)];