From c79403e1341ac533df1771b866d1f5cee15e12b5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 28 Aug 2012 01:59:04 +0300 Subject: Add const to more classes. --- src/gui/selldialog.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/gui/selldialog.h') diff --git a/src/gui/selldialog.h b/src/gui/selldialog.h index 8b1d73ce3..5c1e7300d 100644 --- a/src/gui/selldialog.h +++ b/src/gui/selldialog.h @@ -57,7 +57,7 @@ class SellDialog : public Window, * * @see Window::Window */ - SellDialog(int npcId); + SellDialog(const int npcId); /** * Constructor. @@ -79,7 +79,7 @@ class SellDialog : public Window, /** * Adds an item to the inventory. */ - void addItem(const Item *item, int price); + void addItem(const Item *const item, const int price); /** * Called when receiving actions from the widgets. @@ -96,14 +96,15 @@ class SellDialog : public Window, /** * Gives Player's Money amount */ - void setMoney(int amount); + void setMoney(const int amount); /** * Sets the visibility of this window. */ void setVisible(bool visible); - void addItem(int id, unsigned char color, int amount, int price); + void addItem(const int id, const unsigned char color, + const int amount, const int price); /** * Returns true if any instances exist. -- cgit v1.2.3-60-g2f50