summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/item.h b/src/item.h
index 87a37e08..0e27aa4c 100644
--- a/src/item.h
+++ b/src/item.h
@@ -56,7 +56,7 @@ class Item
/**
* Returns the item image.
*/
- Image* getImage() { return mImage; }
+ Image *getImage() { return mImage; }
/**
* Sets the number of items.
@@ -106,7 +106,7 @@ class Item
/**
* Returns information about this item type.
*/
- const ItemInfo& getInfo() const { return ItemDB::get(mId); }
+ const ItemInfo &getInfo() const { return ItemDB::get(mId); }
protected:
int mId; /**< Item type id. */