Index: src/ch/MainWnd.h =================================================================== diff -u -N -r458af7bf8c35950fdeb4b906950437596324aea1 -r8f15ad1d2f65340f4f5a30bc95f40a12b0b7dd66 --- src/ch/MainWnd.h (.../MainWnd.h) (revision 458af7bf8c35950fdeb4b906950437596324aea1) +++ src/ch/MainWnd.h (.../MainWnd.h) (revision 8f15ad1d2f65340f4f5a30bc95f40a12b0b7dd66) @@ -82,16 +82,11 @@ chcore::TTaskManagerPtr m_spTasks; chcore::TSharedMemory m_tCHExtharedMemory; - CMiniViewDlg* m_pdlgMiniView; - CStatusDlg* m_pdlgStatus; + CMiniViewDlg* m_pdlgMiniView = nullptr; + CStatusDlg* m_pdlgStatus = nullptr; - DWORD m_dwLastTime; - UINT m_uiTaskbarRestart; + DWORD m_dwLastTime = 0; + UINT m_uiTaskbarRestart = 0; }; -///////////////////////////////////////////////////////////////////////////// - -//{{AFX_INSERT_LOCATION}} -// Microsoft Developer Studio will insert additional declarations immediately before the previous line. - #endif