summaryrefslogtreecommitdiff
path: root/include/m_clistint.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-03-27 18:39:07 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-03-27 18:39:07 +0300
commit7eaccc7d1af879e2a8c58364ca0c11816225dfe0 (patch)
treebdef114c786c6f372da0b76317d58c5373534e8d /include/m_clistint.h
parent7352a4a4329f0d91f6b69da785891f917d261827 (diff)
there's no need to load contacts from unloaded protocols
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r--include/m_clistint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h
index 29ee8791e9..3e145fa977 100644
--- a/include/m_clistint.h
+++ b/include/m_clistint.h
@@ -268,7 +268,8 @@ struct ClcCacheEntryBase
MCONTACT hContact;
wchar_t* tszName;
wchar_t* tszGroup;
- int bIsHidden;
+ int bIsHidden;
+ char* szProto;
};
struct CLIST_INTERFACE