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 08a948145..0d43563f7 100644 --- a/src/gui/buyselldialog.h +++ b/src/gui/buyselldialog.h @@ -47,7 +47,7 @@ class BuySellDialog final : public Window, public gcn::ActionListener BuySellDialog(std::string nick); - A_DELETE_COPY(BuySellDialog); + A_DELETE_COPY(BuySellDialog) virtual ~BuySellDialog(); |