summaryrefslogtreecommitdiff
path: root/src/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inventory.h')
-rw-r--r--src/inventory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inventory.h b/src/inventory.h
index 5a1d2c0a..d76d6afd 100644
--- a/src/inventory.h
+++ b/src/inventory.h
@@ -124,9 +124,9 @@ class Inventory
*/
int getLastUsedSlot() const;
- void addInventoyListener(InventoryListener* listener);
+ void addInventoryListener(InventoryListener* listener);
- void removeInventoyListener(InventoryListener* listener);
+ void removeInventoryListener(InventoryListener* listener);
int getType() const
{ return mType; }