From ffeffa2314dbe03e0ced58e0c465760b54908690 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 7 Apr 2013 17:55:36 +0300 Subject: fix cide style. Add explicit keyword to some constructors. --- src/gui/buyselldialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/buyselldialog.h') diff --git a/src/gui/buyselldialog.h b/src/gui/buyselldialog.h index d6cef9192..371e8bdd9 100644 --- a/src/gui/buyselldialog.h +++ b/src/gui/buyselldialog.h @@ -43,9 +43,9 @@ class BuySellDialog final : public Window, public gcn::ActionListener * * @see Window::Window */ - BuySellDialog(const int npcId); + explicit BuySellDialog(const int npcId); - BuySellDialog(std::string nick); + explicit BuySellDialog(std::string nick); A_DELETE_COPY(BuySellDialog) -- cgit v1.2.3-60-g2f50