diff options
Diffstat (limited to 'src/net/eathena/specialhandler.h')
-rw-r--r-- | src/net/eathena/specialhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/specialhandler.h b/src/net/eathena/specialhandler.h index 17989fae2..31d704515 100644 --- a/src/net/eathena/specialhandler.h +++ b/src/net/eathena/specialhandler.h @@ -38,7 +38,7 @@ class SpecialHandler final : public MessageHandler, public Ea::SpecialHandler public: SpecialHandler(); - A_DELETE_COPY(SpecialHandler); + A_DELETE_COPY(SpecialHandler) void handleMessage(Net::MessageIn &msg); |