diff options
Diffstat (limited to 'src/gui/statuspopup.h')
-rw-r--r-- | src/gui/statuspopup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/statuspopup.h b/src/gui/statuspopup.h index 62d952384..d633fb1f6 100644 --- a/src/gui/statuspopup.h +++ b/src/gui/statuspopup.h @@ -59,6 +59,8 @@ class StatusPopup : public Popup private: void updateLabels(); + void setLabelText(gcn::Label *label, char *text, int key); + gcn::Label *mMoveType; gcn::Label *mCrazyMoveType; gcn::Label *mMoveToTargetType; |