summaryrefslogtreecommitdiff
path: root/src/gui/statuspopup.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-21 22:44:44 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-21 23:18:20 +0300
commit62ffd2023d9073e452fe2e2f50cf6b2f11224d6f (patch)
tree8c45c7c16b0c20ac6a7b722d69c148149e6b651f /src/gui/statuspopup.h
parentcfa5391c1be51ef49380e398a72c813255d6316e (diff)
downloadplus-62ffd2023d9073e452fe2e2f50cf6b2f11224d6f.tar.gz
plus-62ffd2023d9073e452fe2e2f50cf6b2f11224d6f.tar.bz2
plus-62ffd2023d9073e452fe2e2f50cf6b2f11224d6f.tar.xz
plus-62ffd2023d9073e452fe2e2f50cf6b2f11224d6f.zip
next code style changes.
Diffstat (limited to 'src/gui/statuspopup.h')
-rw-r--r--src/gui/statuspopup.h5
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;