summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_clcpaint.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-04-06 13:39:41 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-04-06 13:39:41 +0000
commitadf7fec7b1e32e93998e08cd41e9d84852db1758 (patch)
tree1dd6c4130659b3741cc693902c6fdc89518e8b81 /plugins/Clist_modern/src/modern_clcpaint.h
parent56c24779dc455536c35866a65b25e4d729074b9d (diff)
clist_modern:
- fix for a nightmare with contsct renaming; - end of a crutch with caching 'Unknown contact'; - cache control over the contact's name went to the core; - code cleaning; - version bump; git-svn-id: http://svn.miranda-ng.org/main/trunk@16596 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clcpaint.h')
-rw-r--r--plugins/Clist_modern/src/modern_clcpaint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clcpaint.h b/plugins/Clist_modern/src/modern_clcpaint.h
index 879452125f..377f27d6eb 100644
--- a/plugins/Clist_modern/src/modern_clcpaint.h
+++ b/plugins/Clist_modern/src/modern_clcpaint.h
@@ -92,7 +92,7 @@ private:
//ADD new item above here
hi_LastItem
} enumHASHINDEX;
- static const char * HASHTEXT[hi_LastItem];
+ static const char* HASHTEXT[hi_LastItem];
static DWORD HASH[hi_LastItem];
void _FillQuickHash();