diff options
Diffstat (limited to 'src/gui/sell.h')
-rw-r--r-- | src/gui/sell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sell.h b/src/gui/sell.h index 610d1aca..50da5a10 100644 --- a/src/gui/sell.h +++ b/src/gui/sell.h @@ -44,7 +44,7 @@ class SellDialog : public Window, public gcn::ActionListener, * * @see Window::Window */ - SellDialog(gcn::Container *parent); + SellDialog(); /** * Destructor. |