summaryrefslogtreecommitdiff
path: root/src/gui/popups/statuspopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/popups/statuspopup.h')
-rw-r--r--src/gui/popups/statuspopup.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/popups/statuspopup.h b/src/gui/popups/statuspopup.h
index cdfbde656..43b793821 100644
--- a/src/gui/popups/statuspopup.h
+++ b/src/gui/popups/statuspopup.h
@@ -62,8 +62,9 @@ class StatusPopup final : public Popup
private:
void updateLabels() const;
- void setLabelText(const int num, const std::string &text,
- const InputAction::Type key) const;
+ void setLabelText(const int num,
+ const std::string &text,
+ const InputActionT key) const;
Label *mLabels[STATUSPOPUP_NUM_LABELS];
};