From 05e6fa41a1eb29e07060cc540fdde3ba58686f6c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 7 Apr 2018 17:46:42 +0300 Subject: another useless array removed --- include/m_protocols.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_protocols.h b/include/m_protocols.h index cc1e8fe0e0..7ae638bf58 100644 --- a/include/m_protocols.h +++ b/include/m_protocols.h @@ -275,9 +275,10 @@ struct MIR_APP_EXPORT PROTOACCOUNT HWND hwndAccMgrUI; int iOrder; // account order in various menus & lists - PROTO_INTERFACE *ppro; // pointer to the underlying object + PROTO_INTERFACE *ppro; // pointer to the underlying object char* szUniqueId; // setting's unique id for any contact in the account + int iIconBase; // index of the first icon in ClistImages bool IsEnabled(void) const; bool IsLocked(void) const; -- cgit v1.2.3