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