summaryrefslogtreecommitdiff
path: root/src/gui/buyselldialog.h
diff options
context:
space:
mode:
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)