diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-26 12:42:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-26 12:42:21 +0300 |
commit | 45f77fd60f71322b288a4497dea5b583b2692613 (patch) | |
tree | 5ea3059c1125b3032fcdf6e0d7229a31b39dfc4a /src/net/ea/gui/guildtab.h | |
parent | d2e744dab8c38ef56184251fe96293fa0f51fb9f (diff) | |
download | plus-45f77fd60f71322b288a4497dea5b583b2692613.tar.gz plus-45f77fd60f71322b288a4497dea5b583b2692613.tar.bz2 plus-45f77fd60f71322b288a4497dea5b583b2692613.tar.xz plus-45f77fd60f71322b288a4497dea5b583b2692613.zip |
Change destructors to virtual in all basic classes.
Also add some missing final to classes.
Diffstat (limited to 'src/net/ea/gui/guildtab.h')
-rw-r--r-- | src/net/ea/gui/guildtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/gui/guildtab.h b/src/net/ea/gui/guildtab.h index f5230615f..8bf9bc1eb 100644 --- a/src/net/ea/gui/guildtab.h +++ b/src/net/ea/gui/guildtab.h @@ -38,7 +38,7 @@ class GuildTab : public ChatTab, public ConfigListener A_DELETE_COPY(GuildTab) - ~GuildTab(); + virtual ~GuildTab(); bool handleCommand(const std::string &type, const std::string &args) override; |