diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-11 18:09:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-11 18:09:33 +0300 |
commit | 17dcb835103ac05012c5a7eafa8c7702cef53390 (patch) | |
tree | 422c28adfba13f2161fcfc36943a3903e531490b /src/gui/statuspopup.h | |
parent | 84d53b7bb98bb44696ed1bc2c3f132e51394ac00 (diff) | |
download | manaplus-17dcb835103ac05012c5a7eafa8c7702cef53390.tar.gz manaplus-17dcb835103ac05012c5a7eafa8c7702cef53390.tar.bz2 manaplus-17dcb835103ac05012c5a7eafa8c7702cef53390.tar.xz manaplus-17dcb835103ac05012c5a7eafa8c7702cef53390.zip |
Add some fixes after automatic checks.
Diffstat (limited to 'src/gui/statuspopup.h')
-rw-r--r-- | src/gui/statuspopup.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gui/statuspopup.h b/src/gui/statuspopup.h index d57fe54ba..128345d51 100644 --- a/src/gui/statuspopup.h +++ b/src/gui/statuspopup.h @@ -63,10 +63,7 @@ class StatusPopup final : public Popup private: void updateLabels(); - void setLabelText(Label *const label, const char *const text, - const int key) const; - - void setLabelText2(Label *const label, const std::string &text, + void setLabelText(Label *const label, const std::string &text, const Input::KeyAction key) const; Label *mMoveType; |