diff options
Diffstat (limited to 'src/gui/widgets/gmtab.h')
-rw-r--r-- | src/gui/widgets/gmtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/gmtab.h b/src/gui/widgets/gmtab.h index c0a2ffdd8..64a53b1fc 100644 --- a/src/gui/widgets/gmtab.h +++ b/src/gui/widgets/gmtab.h @@ -38,7 +38,7 @@ class GmTab final : public ChatTab int getType() const override A_WARN_UNUSED { return ChatTab::TAB_GM; } - void saveToLogFile(std::string &msg) override; + void saveToLogFile(const std::string &msg) override; protected: void getAutoCompleteList(StringVect &names) const override; |