diff options
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index f741e10384..91be4838a6 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -164,8 +164,8 @@ struct CListEvent : public CLISTEVENT, public MZeroedObject {
~CListEvent()
{
- mir_free(pszService);
- mir_free(szTooltip.a);
+ mir_free((char*)pszService);
+ mir_free((char*)szTooltip.a);
}
int imlIconIndex;
|