summaryrefslogtreecommitdiff
path: root/include/m_protocols.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-07 17:46:42 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-07 17:46:42 +0300
commit05e6fa41a1eb29e07060cc540fdde3ba58686f6c (patch)
tree18f550d3b244bcf4fd11182b590dd507873ac0f9 /include/m_protocols.h
parent2c89ab98b84a92c0386700d6911be46ad18edc50 (diff)
another useless array removed
Diffstat (limited to 'include/m_protocols.h')
-rw-r--r--include/m_protocols.h3
1 files changed, 2 insertions, 1 deletions
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;