summaryrefslogtreecommitdiff
path: root/src/gui/socialwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/socialwindow.h')
-rw-r--r--src/gui/socialwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/socialwindow.h b/src/gui/socialwindow.h
index 0287e9100..863ffdedf 100644
--- a/src/gui/socialwindow.h
+++ b/src/gui/socialwindow.h
@@ -67,7 +67,7 @@ public:
/**
* Handle events.
*/
- void action(const gcn::ActionEvent &event);
+ void action(const gcn::ActionEvent &event) override;
void showGuildInvite(const std::string &guildName, const int guildId,
const std::string &inviterName);
@@ -119,7 +119,7 @@ public:
void updatePickupFilter();
- void widgetResized(const gcn::Event &event);
+ void widgetResized(const gcn::Event &event) override;
protected:
friend class SocialTab;