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.h26
1 files changed, 12 insertions, 14 deletions
diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h
index cb55296c..dba9903d 100644
--- a/src/gui/itempopup.h
+++ b/src/gui/itempopup.h
@@ -30,21 +30,19 @@
#include "../item.h"
class ItemPopup : public Window
- {
+{
public:
+ ItemPopup();
- ItemPopup();
-
- void setItem(Item *item);
- unsigned int getNumRows();
+ void setItem(Item *item);
+ unsigned int getNumRows();
private:
- gcn::Label *mItemName;
- TextBox *mItemDesc;
- TextBox *mItemEffect;
- ScrollArea *mItemDescScroll;
- ScrollArea *mItemEffectScroll;
-
- };
-
-#endif
+ gcn::Label *mItemName;
+ TextBox *mItemDesc;
+ TextBox *mItemEffect;
+ ScrollArea *mItemDescScroll;
+ ScrollArea *mItemEffectScroll;
+};
+
+#endif // _LOM_ITEMPOPUP_H__