diff options
Diffstat (limited to 'src/net/ea/npchandler.h')
-rw-r--r-- | src/net/ea/npchandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h index 93978c62e..6bd038235 100644 --- a/src/net/ea/npchandler.h +++ b/src/net/ea/npchandler.h @@ -39,7 +39,7 @@ class NpcHandler : public Net::NpcHandler public: NpcHandler(); - A_DELETE_COPY(NpcHandler); + A_DELETE_COPY(NpcHandler) void sendLetter(int npcId, const std::string &recipient, const std::string &text); |