diff options
Diffstat (limited to 'src/gui/statuspopup.h')
-rw-r--r-- | src/gui/statuspopup.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/statuspopup.h b/src/gui/statuspopup.h index 49ca7727f..0921fbb7f 100644 --- a/src/gui/statuspopup.h +++ b/src/gui/statuspopup.h @@ -24,6 +24,8 @@ #ifndef StatusPopup_H #define StatusPopup_H +#include "keydata.h" + #include "gui/widgets/popup.h" #include "resources/iteminfo.h" @@ -67,7 +69,8 @@ class StatusPopup : public Popup void setLabelText(gcn::Label *label, const char *text, int key); - void setLabelText2(gcn::Label *label, std::string text, int key); + void setLabelText2(gcn::Label *label, std::string text, + Input::KeyAction key); gcn::Label *mMoveType; gcn::Label *mCrazyMoveType; |