diff options
Diffstat (limited to 'plugins/Clist_modern/src/modern_clcpaint.h')
-rw-r--r-- | plugins/Clist_modern/src/modern_clcpaint.h | 2 |
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();
|