summaryrefslogtreecommitdiff
path: root/src/gui/statuswindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r--src/gui/statuswindow.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h
index 0d3fefb4b..25b86d505 100644
--- a/src/gui/statuswindow.h
+++ b/src/gui/statuswindow.h
@@ -57,7 +57,8 @@ class StatusWindow final : public Window,
*/
StatusWindow();
- void processEvent(Channels channel, const DepricatedEvent &event);
+ void processEvent(Channels channel,
+ const DepricatedEvent &event) override;
void setPointsNeeded(const int id, const int needed);
@@ -83,7 +84,7 @@ class StatusWindow final : public Window,
void updateProgressBar(ProgressBar *const bar, const int id,
const bool percent = true) const;
- void action(const gcn::ActionEvent &event);
+ void action(const gcn::ActionEvent &event) override;
void clearAttributes();