Index: src/ch/MiniViewDlg.h =================================================================== diff -u -N -r22573f5fa8bfbf68a19deb7631962e026f028045 -r0cf74c78280b58c363868caafb9bf493a57aa006 --- src/ch/MiniViewDlg.h (.../MiniViewDlg.h) (revision 22573f5fa8bfbf68a19deb7631962e026f028045) +++ src/ch/MiniViewDlg.h (.../MiniViewDlg.h) (revision 0cf74c78280b58c363868caafb9bf493a57aa006) @@ -21,9 +21,13 @@ ///////////////////////////////////////////////////////////////////////////// // CMiniViewDlg dialog -#include "task.h" #include "ProgressListBox.h" +namespace chcore +{ + class chcore::CTaskArray; +} + #define BTN_COUNT 5 #define MSG_DRAWBUTTON 1 @@ -47,7 +51,7 @@ // Construction public: - CMiniViewDlg(CTaskArray* pArray, bool* pbHide, CWnd* pParent = NULL); // standard constructor + CMiniViewDlg(chcore::CTaskArray* pArray, bool* pbHide, CWnd* pParent = NULL); // standard constructor void ShowWindow(); void HideWindow(); @@ -65,15 +69,15 @@ virtual void OnLanguageChanged(); // from CMainWnd - CTaskArray *m_pTasks; + chcore::CTaskArray *m_pTasks; CBrush m_brBackground; int m_iLastHeight; bool m_bShown; _PROGRESSITEM_ item; // cache - TASK_MINI_DISPLAY_DATA m_tMiniDisplayData; + chcore::TASK_MINI_DISPLAY_DATA m_tMiniDisplayData; bool m_bActive; // lock