From d61c302ae18d9c20ddbcfaa2f24db2ac01cc07fe Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 May 2022 21:37:13 +0300 Subject: oops --- include/m_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/m_gui.h b/include/m_gui.h index 4533d26391..08ece9af48 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -395,9 +395,9 @@ public: virtual void OnReset(); protected: + MWindow m_hwnd = nullptr; // must be the first data item int m_idCtrl; bool m_bChanged = false, m_bSilent = false, m_bUseSystemColors = false, m_bNotifiable = false; - MWindow m_hwnd = nullptr; // must be the first data item CDlgBase *m_parentWnd; public: -- cgit v1.2.3