From 11dbd7dafa3e4e7fb1771940fbd37e7c113a557f Mon Sep 17 00:00:00 2001 From: Jan-Fabian Humann <malastare@gmx.net> Date: Mon, 4 Apr 2005 22:41:56 +0000 Subject: tiny compile fix --- src/gui/inventory.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/inventory.h b/src/gui/inventory.h index 9c76e176..591e316e 100644 --- a/src/gui/inventory.h +++ b/src/gui/inventory.h @@ -65,6 +65,11 @@ class InventoryWindow : public Window, gcn::ActionListener { void equipItem(int index); + /** + * Unequips an item. + */ + void unequipItem(int index); + /** * Change quantity of an item. */ @@ -87,7 +92,6 @@ class InventoryWindow : public Window, gcn::ActionListener { private: gcn::Button *useButton, *dropButton; int useItem(int index, int id); - void unequipItem(int index); }; -- cgit v1.2.3-70-g09d2