diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-06 21:27:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-06 21:27:07 +0300 |
commit | 551e9f611c391e3df4e7635a624336586a39fdfc (patch) | |
tree | 18d101fc0ebc2ecaccbae221c0bc6c4b83ab77fb /src/gui/buyselldialog.h | |
parent | 50029e25816b261dd5d9659d6da76cef7e392c27 (diff) | |
download | ManaVerse-551e9f611c391e3df4e7635a624336586a39fdfc.tar.gz ManaVerse-551e9f611c391e3df4e7635a624336586a39fdfc.tar.bz2 ManaVerse-551e9f611c391e3df4e7635a624336586a39fdfc.tar.xz ManaVerse-551e9f611c391e3df4e7635a624336586a39fdfc.zip |
improve buyselldialog class.
Diffstat (limited to 'src/gui/buyselldialog.h')
-rw-r--r-- | src/gui/buyselldialog.h | 2 |
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) |