diff options
Diffstat (limited to 'include/m_gui.h')
-rw-r--r-- | include/m_gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index d611778a74..2636ccd0aa 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -1479,7 +1479,7 @@ public: protected:
PROTO_INTERFACE *m_proto_interface;
- HWND m_hwndStatus;
+ HWND m_hwndStatus = nullptr;
INT_PTR DlgProc(UINT msg, WPARAM wParam, LPARAM lParam) override;
|