diff options
Diffstat (limited to 'src/gui/buy.h')
-rw-r--r-- | src/gui/buy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/buy.h b/src/gui/buy.h index edbe1bf98..c9d412645 100644 --- a/src/gui/buy.h +++ b/src/gui/buy.h @@ -81,7 +81,7 @@ class BuyDialog : public Window, public gcn::ActionListener, /** * Adds an item to the shop inventory. */ - void addItem(int id, int amount, int price); + void addItem(int id, unsigned char color, int amount, int price); /** * Called when receiving actions from the widgets. |