diff options
author | ghazan <ghazan@miranda.im> | 2021-12-19 18:47:56 +0300 |
---|---|---|
committer | ghazan <ghazan@miranda.im> | 2021-12-19 18:47:56 +0300 |
commit | 16809066c4931a34de2403e4c0bfcee3b98f42b5 (patch) | |
tree | b51fa56f16f3673f9213c1f022f293f21bfc3351 /include/m_options.h | |
parent | c8fbefe8f38a74bfaea88a195c71a6e0c94c7a6a (diff) |
further code cleaning
Diffstat (limited to 'include/m_options.h')
-rw-r--r-- | include/m_options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_options.h b/include/m_options.h index 9c4783fa66..cdc352193b 100644 --- a/include/m_options.h +++ b/include/m_options.h @@ -63,12 +63,12 @@ struct OPTIONSDIALOGPAGE {
int position; // a position number, lower numbers are topmost
MAllStrings szTitle, szGroup, szTab; // [TRANSLATED-BY-CORE]
- char *pszTemplate;
+ HPLUGIN pPlugin;
DWORD flags;
#ifdef _WINDOWS
DLGPROC pfnDlgProc;
- HPLUGIN pPlugin;
+ char *pszTemplate;
#endif
union {
|