diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-06 21:55:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-06 21:55:25 +0300 |
commit | 80bdbb8985d0495453a123a1938537c8090ca948 (patch) | |
tree | 4a39db0c4c76038f577728b4f71a7a07d0c9a8e7 /plugins/ExternalAPI/m_cln_skinedit.h | |
parent | d5558b6f67918ea8f951fd0408eff18532a63d4e (diff) |
all unused CLIST_INTERFACE members dropped (requires new history++)
Diffstat (limited to 'plugins/ExternalAPI/m_cln_skinedit.h')
-rw-r--r-- | plugins/ExternalAPI/m_cln_skinedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_cln_skinedit.h b/plugins/ExternalAPI/m_cln_skinedit.h index c5c9d49585..0255c98080 100644 --- a/plugins/ExternalAPI/m_cln_skinedit.h +++ b/plugins/ExternalAPI/m_cln_skinedit.h @@ -104,7 +104,7 @@ typedef struct _tagSkinDescription { HWND hwndImageEdit; /* out param */
HMENU hMenuItems;
void (*pfnSaveCompleteStruct)(void);
- void (*pfnClcOptionsChanged )(void);
+ void (CALLBACK *pfnClcOptionsChanged )(void);
void* (*pfnMalloc)(unsigned int);
void (*pfnFree)(void);
void* (*pfnRealloc)(void *, unsigned int);
|