summaryrefslogtreecommitdiff
path: root/src/gui/setup_relations.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-26 13:54:12 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-26 14:41:36 +0300
commit851cc4e95093cb7bd1adce99be95a864d68f8d38 (patch)
tree50096efbfea146de63432ca95d1faacdbd62df80 /src/gui/setup_relations.h
parent476a73f07d4dae7f0cc3c79a44fbd2c2f8c4bf5f (diff)
downloadplus-851cc4e95093cb7bd1adce99be95a864d68f8d38.tar.gz
plus-851cc4e95093cb7bd1adce99be95a864d68f8d38.tar.bz2
plus-851cc4e95093cb7bd1adce99be95a864d68f8d38.tar.xz
plus-851cc4e95093cb7bd1adce99be95a864d68f8d38.zip
remove useless virtual keywords.
Diffstat (limited to 'src/gui/setup_relations.h')
-rw-r--r--src/gui/setup_relations.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/setup_relations.h b/src/gui/setup_relations.h
index dc387d5c1..b1e1f8ab0 100644
--- a/src/gui/setup_relations.h
+++ b/src/gui/setup_relations.h
@@ -48,7 +48,7 @@ public:
A_DELETE_COPY(Setup_Relations)
- virtual ~Setup_Relations();
+ ~Setup_Relations();
void apply() override;
@@ -58,11 +58,11 @@ public:
void action(const gcn::ActionEvent &event) override;
- virtual void updatedPlayer(const std::string &name);
+ void updatedPlayer(const std::string &name);
- virtual void updateAll();
+ void updateAll();
- virtual void externalUpdated() override;
+ void externalUpdated() override;
private:
StaticTableModel *mPlayerTableTitleModel;