diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inventory.h b/src/inventory.h index 74f3e695d..6cfcc3f86 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -37,7 +37,7 @@ class InventoryListener virtual ~InventoryListener() { } - virtual void slotsChanged(Inventory* inventory) = 0; + virtual void slotsChanged(Inventory *const inventory) = 0; protected: InventoryListener() |