summaryrefslogtreecommitdiff
path: root/src/gui/windows/selldialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/selldialog.h')
-rw-r--r--src/gui/windows/selldialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/selldialog.h b/src/gui/windows/selldialog.h
index f811cc311..eae33531f 100644
--- a/src/gui/windows/selldialog.h
+++ b/src/gui/windows/selldialog.h
@@ -56,7 +56,7 @@ class SellDialog final : public Window,
/**
* Constructor.
*/
- explicit SellDialog(std::string nick);
+ explicit SellDialog(const std::string &nick);
A_DELETE_COPY(SellDialog)