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 c58f5248..7a6bd484 100644 --- a/src/gui/buy.h +++ b/src/gui/buy.h @@ -44,7 +44,7 @@ class BuyDialog : public Window, public gcn::ActionListener, * * @see Window::Window */ - BuyDialog(gcn::Container *parent); + BuyDialog(); /** * Destructor. |