summaryrefslogtreecommitdiff
path: root/src/gui/shop.h
diff options
context:
space:
mode:
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;