From 16809066c4931a34de2403e4c0bfcee3b98f42b5 Mon Sep 17 00:00:00 2001 From: ghazan Date: Sun, 19 Dec 2021 18:47:56 +0300 Subject: further code cleaning --- include/m_options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/m_options.h') 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 { -- cgit v1.2.3