diff options
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.h')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h index d1d8d677c8..97ca496006 100644 --- a/protocols/IcqOscarJ/src/icq_proto.h +++ b/protocols/IcqOscarJ/src/icq_proto.h @@ -221,7 +221,7 @@ struct CIcqProto : public PROTO<CIcqProto> //----| cookies.cpp |-----------------------------------------------------------------
mir_cs cookieMutex; // we want this in avatar thread, used as queue lock
- LIST<icq_cookie_info> cookies;
+ OBJLIST<icq_cookie_info> cookies;
WORD wCookieSeq;
DWORD AllocateCookie(BYTE bType, WORD wIdent, MCONTACT hContact, void *pvExtra);
|