summaryrefslogtreecommitdiff
path: root/src/gui/buyselldialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-06 21:27:07 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-06 21:27:07 +0300
commit551e9f611c391e3df4e7635a624336586a39fdfc (patch)
tree18d101fc0ebc2ecaccbae221c0bc6c4b83ab77fb /src/gui/buyselldialog.h
parent50029e25816b261dd5d9659d6da76cef7e392c27 (diff)
downloadplus-551e9f611c391e3df4e7635a624336586a39fdfc.tar.gz
plus-551e9f611c391e3df4e7635a624336586a39fdfc.tar.bz2
plus-551e9f611c391e3df4e7635a624336586a39fdfc.tar.xz
plus-551e9f611c391e3df4e7635a624336586a39fdfc.zip
improve buyselldialog class.
Diffstat (limited to 'src/gui/buyselldialog.h')
-rw-r--r--src/gui/buyselldialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/buyselldialog.h b/src/gui/buyselldialog.h
index ef3a98f18..391d90793 100644
--- a/src/gui/buyselldialog.h
+++ b/src/gui/buyselldialog.h
@@ -45,7 +45,7 @@ class BuySellDialog final : public Window, public gcn::ActionListener
*/
explicit BuySellDialog(const int npcId);
- explicit BuySellDialog(std::string nick);
+ explicit BuySellDialog(const std::string &nick);
A_DELETE_COPY(BuySellDialog)