summaryrefslogtreecommitdiff
path: root/src/core/cs_topic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_topic.c')
-rw-r--r--src/core/cs_topic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_topic.c b/src/core/cs_topic.c
index ab7b5e7c4..9d461b69a 100644
--- a/src/core/cs_topic.c
+++ b/src/core/cs_topic.c
@@ -74,7 +74,7 @@ class CommandCSTopic : public Command
return true;
}
- void OnSyntaxError(User *u)
+ void OnSyntaxError(User *u, const ci::string &subcommand)
{
syntax_error(s_ChanServ, u, "TOPIC", CHAN_TOPIC_SYNTAX);
}