diff options
Diffstat (limited to 'src/net/manaserv/chathandler.h')
-rw-r--r-- | src/net/manaserv/chathandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/manaserv/chathandler.h b/src/net/manaserv/chathandler.h index beea40423..3ed7717ad 100644 --- a/src/net/manaserv/chathandler.h +++ b/src/net/manaserv/chathandler.h @@ -134,9 +134,9 @@ class ChatHandler : public MessageHandler, public Net::ChatHandler */ void handleWhoResponse(Net::MessageIn &msg); - void ignoreAll() + void ignoreAll(); - void unIgnoreAll() + void unIgnoreAll(); }; } // namespace ManaServ |