diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-07 17:55:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-07 21:38:21 +0300 |
commit | ffeffa2314dbe03e0ced58e0c465760b54908690 (patch) | |
tree | 3da4d65e43a4b55aed7c01ec612c9dec50d1bd1c /src/gui/buyselldialog.h | |
parent | ae550d179c25e149f7e8a8d70011b364fb0d85d6 (diff) | |
download | plus-ffeffa2314dbe03e0ced58e0c465760b54908690.tar.gz plus-ffeffa2314dbe03e0ced58e0c465760b54908690.tar.bz2 plus-ffeffa2314dbe03e0ced58e0c465760b54908690.tar.xz plus-ffeffa2314dbe03e0ced58e0c465760b54908690.zip |
fix cide style.
Add explicit keyword to some constructors.
Diffstat (limited to 'src/gui/buyselldialog.h')
-rw-r--r-- | src/gui/buyselldialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) |