summaryrefslogtreecommitdiff
path: root/src/net/eathena/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/gui')
-rw-r--r--src/net/eathena/gui/guildtab.h2
-rw-r--r--src/net/eathena/gui/partytab.h2
2 files changed, 4 insertions, 0 deletions
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();
};