diff options
author | George Hazan <george.hazan@gmail.com> | 2016-03-23 17:18:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-03-23 17:18:17 +0000 |
commit | ac208e21f1d573546aed4877532f343a675a6bd3 (patch) | |
tree | 0573501ef1dd14be132614d5dd39c0f25ffea616 /plugins/Clist_modern/src/modern_clist.h | |
parent | 8b45e0ccd87209b7e8992ecb6dc0279e5d1b03ad (diff) |
more code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@16531 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clist.h')
-rw-r--r-- | plugins/Clist_modern/src/modern_clist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/modern_clist.h b/plugins/Clist_modern/src/modern_clist.h index ad1e5dd342..50c6f87da2 100644 --- a/plugins/Clist_modern/src/modern_clist.h +++ b/plugins/Clist_modern/src/modern_clist.h @@ -74,9 +74,9 @@ public: struct ClcCacheEntry : public ClcCacheEntryBase
{
- int m_cache_nNoHiddenOffline;
+ int m_bNoHiddenOffline;
- int m_cache_nStatus;
+ int m_iStatus;
char* m_pszProto;
bool m_bIsSub;
bool m_bIsUnknown;
|