diff options
Diffstat (limited to 'src/gui/selldialog.h')
-rw-r--r-- | src/gui/selldialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/selldialog.h b/src/gui/selldialog.h index 2315a3400..2edfd07cc 100644 --- a/src/gui/selldialog.h +++ b/src/gui/selldialog.h @@ -64,6 +64,8 @@ class SellDialog final : public Window, */ SellDialog(std::string nick); + A_DELETE_COPY(SellDialog); + /** * Destructor */ |