diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 9ab3c99164..048e0370de 100644 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -993,7 +993,7 @@ private: int m_nMenuResourceItems;
HANDLE* m_phMenuResourceItems;
- HANDLE* m_phIconLibItems;
+ HANDLE m_hProtoIcon;
};
extern LIST<CJabberProto> g_Instances;
|