diff options
Diffstat (limited to 'src/gui/widgets/tabs/chat/chattab.h')
-rw-r--r-- | src/gui/widgets/tabs/chat/chattab.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/chat/chattab.h b/src/gui/widgets/tabs/chat/chattab.h index cc694a874..7af3920ef 100644 --- a/src/gui/widgets/tabs/chat/chattab.h +++ b/src/gui/widgets/tabs/chat/chattab.h @@ -25,6 +25,7 @@ #include "enums/gui/chatmsgtype.h" +#include "enums/simpletypes/ignorerecord.h" #include "enums/simpletypes/online.h" #include "gui/widgets/browserbox.h" @@ -79,7 +80,7 @@ class ChatTab notfinal : public Tab */ void chatLog(std::string line, ChatMsgType::Type own = ChatMsgType::BY_SERVER, - const bool ignoreRecord = false, + const IgnoreRecord ignoreRecord = IgnoreRecord_false, const bool tryRemoveColors = true); /** |