diff options
Diffstat (limited to 'src/gui/chatlog.h')
-rw-r--r-- | src/gui/chatlog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chatlog.h b/src/gui/chatlog.h index 8e8e70696..9383849cb 100644 --- a/src/gui/chatlog.h +++ b/src/gui/chatlog.h @@ -43,6 +43,6 @@ struct CHATLOG final std::string nick; std::string text; - ChatMsgType::Type own; + ChatMsgTypeT own; }; #endif // GUI_CHATLOG_H |