diff options
Diffstat (limited to 'src/gui/buyselldialog.h')
-rw-r--r-- | src/gui/buyselldialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/buyselldialog.h b/src/gui/buyselldialog.h index 74cf5d932..193364ff8 100644 --- a/src/gui/buyselldialog.h +++ b/src/gui/buyselldialog.h @@ -49,7 +49,7 @@ class BuySellDialog final : public Window, public gcn::ActionListener A_DELETE_COPY(BuySellDialog) - virtual ~BuySellDialog(); + ~BuySellDialog(); void init(); |