summaryrefslogtreecommitdiff
path: root/src/gui/itempopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/itempopup.h')
-rw-r--r--src/gui/itempopup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h
index 535104cf..c741ed64 100644
--- a/src/gui/itempopup.h
+++ b/src/gui/itempopup.h
@@ -29,6 +29,7 @@
#include <guichan/mouselistener.hpp>
class Icon;
+class Label;
class TextBox;
/**
@@ -65,7 +66,7 @@ class ItemPopup : public Popup
void mouseMoved(gcn::MouseEvent &mouseEvent) override;
private:
- gcn::Label *mItemName;
+ Label *mItemName;
TextBox *mItemDesc;
TextBox *mItemEffect;
TextBox *mItemWeight;