Index: src/ch/MainWnd.h =================================================================== diff -u -r458af7bf8c35950fdeb4b906950437596324aea1 -r4fe995b304ea342b50293f92d3c1992b43b820f7 --- src/ch/MainWnd.h (.../MainWnd.h) (revision 458af7bf8c35950fdeb4b906950437596324aea1) +++ src/ch/MainWnd.h (.../MainWnd.h) (revision 4fe995b304ea342b50293f92d3c1992b43b820f7) @@ -21,7 +21,6 @@ #define __MAINFRM_H__ #include "TrayIcon.h" -#include "structs.h" #include "../libchcore/TTaskManager.h" #include "../libchcore/TSharedMemory.h" @@ -82,16 +81,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