diff options
Diffstat (limited to 'src/net/tmwa/chathandler.h')
-rw-r--r-- | src/net/tmwa/chathandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/chathandler.h b/src/net/tmwa/chathandler.h index faa0833d3..12de8067c 100644 --- a/src/net/tmwa/chathandler.h +++ b/src/net/tmwa/chathandler.h @@ -36,6 +36,8 @@ class ChatHandler final : public Ea::ChatHandler A_DELETE_COPY(ChatHandler) + ~ChatHandler(); + void talk(const std::string &restrict text, const std::string &restrict channel) const override final; |