diff options
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h index eb0c5fe6a9..81b8c82789 100644 --- a/protocols/ICQ-WIM/src/proto.h +++ b/protocols/ICQ-WIM/src/proto.h @@ -100,10 +100,11 @@ struct IcqCacheItem : public MZeroedObject {} CMStringW m_aimid; - MCONTACT m_hContact; - bool m_bInList; - int m_iApparentMode; - time_t m_timer1, m_timer2; + MCONTACT m_hContact; + bool m_bInList; + __int64 m_iProcessedMsgId; + int m_iApparentMode; + time_t m_timer1, m_timer2; }; struct IcqOwnMessage |