diff options
Diffstat (limited to 'src/core/hs_setall.c')
-rw-r--r-- | src/core/hs_setall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_setall.c b/src/core/hs_setall.c index e0eed6406..a018814e2 100644 --- a/src/core/hs_setall.c +++ b/src/core/hs_setall.c @@ -24,7 +24,7 @@ class CommandHSSetAll : public Command { } - CommandReturn Execute(User *u, std::vector<ci::string> ¶ms) + CommandReturn Execute(User *u, const std::vector<ci::string> ¶ms) { const char *nick = params[0].c_str(); const char *rawhostmask = params[1].c_str(); |