summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tradetab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tradetab.cpp')
-rw-r--r--src/gui/widgets/tradetab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tradetab.cpp b/src/gui/widgets/tradetab.cpp
index b3fc2dcbe..e2ef34536 100644
--- a/src/gui/widgets/tradetab.cpp
+++ b/src/gui/widgets/tradetab.cpp
@@ -51,7 +51,7 @@ void TradeTab::handleInput(const std::string &msg)
ChatTab::handleInput(str);
}
-void TradeTab::saveToLogFile(std::string &msg)
+void TradeTab::saveToLogFile(const std::string &msg)
{
if (chatLogger)
chatLogger->log(std::string("#Trade"), std::string(msg));