From 7c79aa2b8e484319e3e511fa21db6d2448347024 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 27 Aug 2012 21:18:46 +0300 Subject: Add const to more classes. --- src/inventory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inventory.h') 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() -- cgit v1.2.3-60-g2f50