diff options
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r-- | src/gui/statuswindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h index d7d465d10..eebcd12ca 100644 --- a/src/gui/statuswindow.h +++ b/src/gui/statuswindow.h @@ -55,7 +55,7 @@ class StatusWindow final : public Window, A_DELETE_COPY(StatusWindow) - void processEvent(Channels channel, + void processEvent(const Channels channel, const DepricatedEvent &event) override; void setPointsNeeded(const int id, const int needed); |