From 82a3bbaf034bc286665465d8904e6d1db52e5eb4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 8 Jan 2017 20:59:11 +0300 Subject: code cleaning --- plugins/AVS/src/cache.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/AVS/src/cache.cpp') diff --git a/plugins/AVS/src/cache.cpp b/plugins/AVS/src/cache.cpp index 6bd8f97177..18250bddd7 100644 --- a/plugins/AVS/src/cache.cpp +++ b/plugins/AVS/src/cache.cpp @@ -75,7 +75,7 @@ CacheNode* FindAvatarInCache(MCONTACT hContact, bool add, bool findAny) if (szProto == NULL || !db_get_b(NULL, AVS_MODULE, szProto, 1)) return NULL; - avatarCacheEntry tmp; + AVATARCACHEENTRY tmp; tmp.hContact = hContact; mir_cslock lck(cachecs); @@ -167,7 +167,7 @@ void DeleteAvatarFromCache(MCONTACT hContact, bool bForever) if (g_shutDown) return; - avatarCacheEntry tmp; + AVATARCACHEENTRY tmp; tmp.hContact = GetContactThatHaveTheAvatar(hContact); mir_cslock lck(cachecs); @@ -193,7 +193,7 @@ int SetAvatarAttribute(MCONTACT hContact, DWORD attrib, int mode) if (g_shutDown) return 0; - avatarCacheEntry tmp; + AVATARCACHEENTRY tmp; tmp.hContact = hContact; mir_cslock lck(cachecs); -- cgit v1.2.3