diff options
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r-- | src/net/chathandler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h index 3b4591a7a..e43912ca2 100644 --- a/src/net/chathandler.h +++ b/src/net/chathandler.h @@ -35,6 +35,11 @@ namespace Net class ChatHandler notfinal { public: + ChatHandler() + { } + + A_DELETE_COPY(ChatHandler) + virtual ~ChatHandler() { } |