diff options
Diffstat (limited to 'src/resources/inventory/inventory.h')
-rw-r--r-- | src/resources/inventory/inventory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/inventory/inventory.h b/src/resources/inventory/inventory.h index 653bfa711..2eb487b0d 100644 --- a/src/resources/inventory/inventory.h +++ b/src/resources/inventory/inventory.h @@ -169,9 +169,9 @@ class Inventory notfinal */ int getLastUsedSlot() const A_WARN_UNUSED; - void addInventoyListener(InventoryListener *const listener); + void addInventoryListener(InventoryListener *const listener); - void removeInventoyListener(InventoryListener *const listener); + void removeInventoryListener(InventoryListener *const listener); InventoryTypeT getType() const noexcept2 A_WARN_UNUSED { return mType; } |