From 6419386c4c382753509425826ee609dd07d4ae72 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Sep 2013 22:39:29 +0300 Subject: add const to other files. --- src/resources/iteminfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/iteminfo.h') diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h index 7e2dd1bff..01522ef7b 100644 --- a/src/resources/iteminfo.h +++ b/src/resources/iteminfo.h @@ -295,7 +295,7 @@ class ItemInfo final Cursor::Cursor getPickupCursor() const A_WARN_UNUSED { return mPickupCursor; } - void setProtected(bool b) + void setProtected(const bool b) { mProtected = b; } bool isProtected() const -- cgit v1.2.3-60-g2f50