diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-11 19:31:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-11 19:31:45 +0000 |
commit | 29d0fd99991e9deaae5787b4568b407c50630f84 (patch) | |
tree | 66ca2181b7b4840de2b7afb1ff4bdd3578a1325c /plugins/Clist_modern/src/hdr | |
parent | bd4c78f20e084ccdd20c05d1420c06969bc44925 (diff) |
old nasty perversion with dynamically created lists removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@8562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_commonheaders.h b/plugins/Clist_modern/src/hdr/modern_commonheaders.h index 41d53055f2..75386a571d 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonheaders.h +++ b/plugins/Clist_modern/src/hdr/modern_commonheaders.h @@ -195,7 +195,7 @@ extern void TRACE_ERROR(); extern BOOL DebugDeleteObject(HGDIOBJ a);
extern void IvalidateDisplayNameCache(DWORD mode);
-extern SortedList *clistCache;
+extern LIST<ClcCacheEntry> clistCache;
HICON LoadSmallIcon(HINSTANCE hInstance, int idx);
BOOL DestroyIcon_protect(HICON icon);
|