diff options
Diffstat (limited to 'src/item.h')
-rw-r--r-- | src/item.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -40,8 +40,7 @@ class Item /** * Sets the item id, identifying the item type. */ - void - setId(int id) { mId = id; } + void setId(int id); /** * Returns the item id. |