From dd996d01676d7dca3eec442b14c4966ba0bb0935 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 Oct 2012 01:40:58 +0300 Subject: Delete copy constructor from net classes. --- src/net/ea/npchandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/ea/npchandler.h') diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h index be0465375..93978c62e 100644 --- a/src/net/ea/npchandler.h +++ b/src/net/ea/npchandler.h @@ -39,6 +39,8 @@ class NpcHandler : public Net::NpcHandler public: NpcHandler(); + A_DELETE_COPY(NpcHandler); + void sendLetter(int npcId, const std::string &recipient, const std::string &text); -- cgit v1.2.3-60-g2f50