From 1feb7f7edc5f8f383e594b256ef4cab0fae75b99 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 29 Aug 2012 23:40:41 +0300 Subject: Add const to more classes. --- src/gui/outfitwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/outfitwindow.h') diff --git a/src/gui/outfitwindow.h b/src/gui/outfitwindow.h index 3d7bb33bc..19ad53a6f 100644 --- a/src/gui/outfitwindow.h +++ b/src/gui/outfitwindow.h @@ -70,7 +70,7 @@ class OutfitWindow : public Window, private gcn::ActionListener void setItemSelected(const int itemId) { mItemSelected = itemId; } - void setItemSelected(Item *item); + void setItemSelected(const Item *const item); bool isItemSelected() const { return mItemSelected > 0; } -- cgit v1.2.3-60-g2f50