diff options
Diffstat (limited to 'src/net/ea/chathandler.h')
-rw-r--r-- | src/net/ea/chathandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h index 98c58297c..9a67b79b1 100644 --- a/src/net/ea/chathandler.h +++ b/src/net/ea/chathandler.h @@ -40,9 +40,9 @@ class ChatHandler notfinal : public Net::ChatHandler A_DELETE_COPY(ChatHandler) void me(const std::string &restrict text, - const std::string &restrict channel) const final; + const std::string &restrict channel) const override final; - void clear() const final; + void clear() const override final; }; } // namespace Ea |