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/playerhandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/ea/playerhandler.h') diff --git a/src/net/ea/playerhandler.h b/src/net/ea/playerhandler.h index 3e9d14804..168bd2a89 100644 --- a/src/net/ea/playerhandler.h +++ b/src/net/ea/playerhandler.h @@ -35,6 +35,8 @@ class PlayerHandler : public Net::PlayerHandler public: PlayerHandler(); + A_DELETE_COPY(PlayerHandler); + void decreaseAttribute(int attr); void ignorePlayer(const std::string &player, bool ignore); -- cgit v1.2.3-60-g2f50