From b42cc5c01d3bdd274d9b9e90aad574d865c4e67a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 30 May 2015 01:11:50 +0300 Subject: Convert ChatMsgType enum into strong typed enum. --- src/gui/chatlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/chatlog.h') 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 -- cgit v1.2.3-70-g09d2