summaryrefslogtreecommitdiff
path: root/src/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat.h')
-rw-r--r--src/chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chat.h b/src/chat.h
index ef5a9d47a..8649704d1 100644
--- a/src/chat.h
+++ b/src/chat.h
@@ -77,7 +77,7 @@ public:
// Append chat line
// Removes oldest chat line if scrollback size is reached
- void addLine(std::wstring name, std::wstring text);
+ void addLine(const std::wstring &name, const std::wstring &text);
// Remove all chat lines
void clear();