summaryrefslogtreecommitdiff
path: root/src/gui/shop.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2006-11-05 02:22:20 +0000
committerYohann Ferreira <bertram@cegetel.net>2006-11-05 02:22:20 +0000
commit88c3ad6046582865fdc32df65aa5603b1048eba1 (patch)
tree4c16f509559d59140561a91823c039b5798d20f9 /src/gui/shop.h
parent9e70df3a6ac53f9900f7e4cbf6dbe40e53e0ddc1 (diff)
downloadmana-client-88c3ad6046582865fdc32df65aa5603b1048eba1.tar.gz
mana-client-88c3ad6046582865fdc32df65aa5603b1048eba1.tar.bz2
mana-client-88c3ad6046582865fdc32df65aa5603b1048eba1.tar.xz
mana-client-88c3ad6046582865fdc32df65aa5603b1048eba1.zip
Fixes to Sell dialog.
Diffstat (limited to 'src/gui/shop.h')
-rw-r--r--src/gui/shop.h2
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;