diff options
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index ca737a06a7..9729a0bc30 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -112,6 +112,9 @@ struct MIR_APP_EXPORT LOGINFO : public MZeroedObject, public MNonCopyable LOGINFO(const GCEVENT*);
~LOGINFO();
+ int getIcon() const;
+ int getIndex() const;
+
ptrW ptszText;
ptrW ptszNick;
ptrW ptszUID;
|