diff options
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r-- | src/net/chathandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h index c619b353a..1595cd37a 100644 --- a/src/net/chathandler.h +++ b/src/net/chathandler.h @@ -57,7 +57,7 @@ class ChatHandler notfinal const std::string &restrict text) const = 0; - virtual void joinChannel(const std::string &channel) = 0; + virtual void joinChannel(const std::string &channel) const = 0; virtual void partChannel(const std::string &channel) const = 0; |