From ee416a5f3de03a689247a290077e7fdf451e1a23 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 8 Jan 2005 01:33:53 +0000 Subject: Well improved window container and window widgets a bit, and made a start on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. --- src/gui/buy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/buy.cpp') diff --git a/src/gui/buy.cpp b/src/gui/buy.cpp index 8eefa503..ca76b40f 100644 --- a/src/gui/buy.cpp +++ b/src/gui/buy.cpp @@ -29,8 +29,8 @@ #include -BuyDialog::BuyDialog(gcn::Container *parent): - Window(parent, "Buy"), +BuyDialog::BuyDialog(): + Window("Buy"), money(0) { itemList = new ListBox(this); -- cgit v1.2.3-60-g2f50