summaryrefslogtreecommitdiff
path: root/include/m_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_gui.h')
-rw-r--r--include/m_gui.h2
1 files changed, 1 insertions, 1 deletions
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: