summaryrefslogtreecommitdiff
path: root/src/core/hs_on.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hs_on.c')
-rw-r--r--src/core/hs_on.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_on.c b/src/core/hs_on.c
index 7308f4c32..89752aa03 100644
--- a/src/core/hs_on.c
+++ b/src/core/hs_on.c
@@ -22,7 +22,7 @@ class CommandHSOn : public Command
{
}
- CommandReturn Execute(User *u, std::vector<ci::string> &params)
+ CommandReturn Execute(User *u, const std::vector<ci::string> &params)
{
char *vHost;
char *vIdent = NULL;