From 1276fff7557b881f90559d8c872861a2b4f8015a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Dec 2013 22:55:38 +0300 Subject: add missing const into selldialog. --- src/gui/windows/selldialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/windows/selldialog.cpp') diff --git a/src/gui/windows/selldialog.cpp b/src/gui/windows/selldialog.cpp index 727c94108..bded5bc24 100644 --- a/src/gui/windows/selldialog.cpp +++ b/src/gui/windows/selldialog.cpp @@ -60,7 +60,7 @@ SellDialog::SellDialog(const int npcId) : init(); } -SellDialog::SellDialog(std::string nick): +SellDialog::SellDialog(const std::string &nick): // TRANSLATORS: sell dialog name Window(_("Sell"), false, nullptr, "sell.xml"), gcn::ActionListener(), -- cgit v1.2.3-70-g09d2