summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-05-18 21:37:13 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-05-19 11:45:43 +0300
commitd61c302ae18d9c20ddbcfaa2f24db2ac01cc07fe (patch)
treedf16081277408f46a9c0bbdb4a9f9af532ad9cc7
parent6c2d7c38a21ee8a0ed1a0e84238c6a07a8a6e1bb (diff)
oops
-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: