summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_cachefuncs.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-06 18:14:12 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-06 18:14:12 +0300
commit6a8ea9b06515655f35a7e6998813eb69c80b8010 (patch)
treeee1b0434994daad82d29f2176fecec91374ae1e5 /plugins/Clist_modern/src/modern_cachefuncs.cpp
parent2fe8add6000b6a31659f2fd24900a25743503655 (diff)
CLIST_INTERFACE::pfnGetCacheEntry => Clist_GetCacheEntry
Diffstat (limited to 'plugins/Clist_modern/src/modern_cachefuncs.cpp')
-rw-r--r--plugins/Clist_modern/src/modern_cachefuncs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_cachefuncs.cpp b/plugins/Clist_modern/src/modern_cachefuncs.cpp
index 7be75f489f..2cf812b360 100644
--- a/plugins/Clist_modern/src/modern_cachefuncs.cpp
+++ b/plugins/Clist_modern/src/modern_cachefuncs.cpp
@@ -46,7 +46,7 @@ static BOOL ExecuteOnAllContactsOfGroup(ClcGroup *group, ExecuteOnAllContactsFun
//
void Cache_GetTimezone(ClcData *dat, MCONTACT hContact)
{
- ClcCacheEntry *pdnce = pcli->pfnGetCacheEntry(hContact);
+ ClcCacheEntry *pdnce = Clist_GetCacheEntry(hContact);
if (dat == nullptr && pcli->hwndContactTree)
dat = (ClcData *)GetWindowLongPtr(pcli->hwndContactTree, 0);