diff options
author | George Hazan <george.hazan@gmail.com> | 2023-07-23 21:53:39 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-07-23 21:53:39 +0300 |
commit | 695277eb06da17fed42782c43dc11f1e55653600 (patch) | |
tree | 9e6c876aa175cbe0aa6b479f9ea9f602e1f199e6 /include/m_clistint.h | |
parent | 46d42a53854b0745f952f88d330a0b7bfbfa4a1d (diff) |
compilation fix
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index f3aa749140..2661700b13 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -434,6 +434,7 @@ struct CLIST_INTERFACE * Miranda NG additions
*************************************************************************************/
void (*pfnSetContactCheckboxes)(ClcContact *cc, int checked);
+ void (*pfnOnGroupExpanded)(ClcData *dat, ClcGroup *pGroup);
};
// retrieves the pointer to a CLIST_INTERFACE structure
|