From 1eea3f1102b7d8f87b076a5a8380fd71fc00d773 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 3 Apr 2013 00:01:34 +0300 Subject: improve inventoryhandler class. --- src/equipment.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/equipment.h') diff --git a/src/equipment.h b/src/equipment.h index 2666f45ab..42c1dc680 100644 --- a/src/equipment.h +++ b/src/equipment.h @@ -67,7 +67,8 @@ class Equipment class Backend { public: - virtual Item *getEquipment(int index) const A_WARN_UNUSED = 0; + virtual Item *getEquipment(const int index) + const A_WARN_UNUSED = 0; virtual void clear() = 0; -- cgit v1.2.3-60-g2f50