diff options
Diffstat (limited to 'src/gui/statuspopup.h')
-rw-r--r-- | src/gui/statuspopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/statuspopup.h b/src/gui/statuspopup.h index 128345d51..1547d9cfc 100644 --- a/src/gui/statuspopup.h +++ b/src/gui/statuspopup.h @@ -64,7 +64,7 @@ class StatusPopup final : public Popup void updateLabels(); void setLabelText(Label *const label, const std::string &text, - const Input::KeyAction key) const; + const Input::KeyAction key) const; Label *mMoveType; Label *mCrazyMoveType; |