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/eathena/gui/guildtab.h | 2 ++ src/net/eathena/gui/partytab.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/net/eathena/gui') diff --git a/src/net/eathena/gui/guildtab.h b/src/net/eathena/gui/guildtab.h index 55a622c9d..e06e76cf3 100644 --- a/src/net/eathena/gui/guildtab.h +++ b/src/net/eathena/gui/guildtab.h @@ -36,6 +36,8 @@ class GuildTab : public Ea::GuildTab public: GuildTab(); + A_DELETE_COPY(GuildTab); + ~GuildTab(); }; diff --git a/src/net/eathena/gui/partytab.h b/src/net/eathena/gui/partytab.h index 5e9a42e59..ba093fa2d 100644 --- a/src/net/eathena/gui/partytab.h +++ b/src/net/eathena/gui/partytab.h @@ -36,6 +36,8 @@ class PartyTab : public Ea::PartyTab public: PartyTab(); + A_DELETE_COPY(PartyTab); + ~PartyTab(); }; -- cgit v1.2.3-70-g09d2