summaryrefslogtreecommitdiff
path: root/src/core/os_update.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_update.c')
-rw-r--r--src/core/os_update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_update.c b/src/core/os_update.c
index 94395a88c..888feb73f 100644
--- a/src/core/os_update.c
+++ b/src/core/os_update.c
@@ -22,7 +22,7 @@ class CommandOSUpdate : public Command
{
}
- CommandReturn Execute(User *u, std::vector<ci::string> &params)
+ CommandReturn Execute(User *u, const std::vector<ci::string> &params)
{
notice_lang(s_OperServ, u, OPER_UPDATING);
save_data = 1;