diff options
Diffstat (limited to 'src/gui/selldialog.h')
-rw-r--r-- | src/gui/selldialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/selldialog.h b/src/gui/selldialog.h index 00f281b2d..2002c67e4 100644 --- a/src/gui/selldialog.h +++ b/src/gui/selldialog.h @@ -53,12 +53,12 @@ class SellDialog final : public Window, * * @see Window::Window */ - SellDialog(const int npcId); + explicit SellDialog(const int npcId); /** * Constructor. */ - SellDialog(std::string nick); + explicit SellDialog(std::string nick); A_DELETE_COPY(SellDialog) |