summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chattab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/chattab.h')
-rw-r--r--src/gui/widgets/tabs/chattab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/chattab.h b/src/gui/widgets/tabs/chattab.h
index da17f1501..b7c76494d 100644
--- a/src/gui/widgets/tabs/chattab.h
+++ b/src/gui/widgets/tabs/chattab.h
@@ -58,7 +58,8 @@ class ChatTab : public Tab
* @param ignoreRecord should this not be recorded?
* @param removeColors try remove color if configured
*/
- void chatLog(std::string line, Own own = BY_SERVER,
+ void chatLog(std::string line,
+ ChatMsgType::Type own = ChatMsgType::BY_SERVER,
const bool ignoreRecord = false,
const bool tryRemoveColors = true);