diff options
Diffstat (limited to 'src/gui/widgets/gmtab.cpp')
-rw-r--r-- | src/gui/widgets/gmtab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/gmtab.cpp b/src/gui/widgets/gmtab.cpp index 7c356ec43..854a67692 100644 --- a/src/gui/widgets/gmtab.cpp +++ b/src/gui/widgets/gmtab.cpp @@ -56,7 +56,7 @@ void GmTab::handleCommand(const std::string &msg A_UNUSED) { } -void GmTab::saveToLogFile(std::string &msg) +void GmTab::saveToLogFile(const std::string &msg) { if (chatLogger) chatLogger->log("#GM", msg); |