diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2006-11-05 02:22:20 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2006-11-05 02:22:20 +0000 |
commit | 88c3ad6046582865fdc32df65aa5603b1048eba1 (patch) | |
tree | 4c16f509559d59140561a91823c039b5798d20f9 /src/gui/shop.h | |
parent | 9e70df3a6ac53f9900f7e4cbf6dbe40e53e0ddc1 (diff) | |
download | mana-88c3ad6046582865fdc32df65aa5603b1048eba1.tar.gz mana-88c3ad6046582865fdc32df65aa5603b1048eba1.tar.bz2 mana-88c3ad6046582865fdc32df65aa5603b1048eba1.tar.xz mana-88c3ad6046582865fdc32df65aa5603b1048eba1.zip |
Fixes to Sell dialog.
Diffstat (limited to 'src/gui/shop.h')
-rw-r--r-- | src/gui/shop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/shop.h b/src/gui/shop.h index 006c0146..de452b5c 100644 --- a/src/gui/shop.h +++ b/src/gui/shop.h @@ -80,7 +80,7 @@ class ShopItems : public gcn::ListModel /** * Direct access to the vector */ - std::vector<ITEM_SHOP> getShop(); + std::vector<ITEM_SHOP>* getShop(); private: std::vector<ITEM_SHOP> mItemsShop; |