diff options
Diffstat (limited to 'src/gui/sell.cpp')
-rw-r--r-- | src/gui/sell.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/sell.cpp b/src/gui/sell.cpp index bdf6ec6d..d24daff3 100644 --- a/src/gui/sell.cpp +++ b/src/gui/sell.cpp @@ -30,8 +30,8 @@ #include <sstream> -SellDialog::SellDialog(gcn::Container *parent): - Window(parent, "Sell") +SellDialog::SellDialog(): + Window("Sell") { itemList = new ListBox(this); scrollArea = new ScrollArea(itemList); |