diff options
Diffstat (limited to 'src/core/hs_on.c')
-rw-r--r-- | src/core/hs_on.c | 2 |
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> ¶ms) + CommandReturn Execute(User *u, const std::vector<ci::string> ¶ms) { char *vHost; char *vIdent = NULL; |