Index: src/ch/MiniViewDlg.h =================================================================== diff -u -N -r0cf74c78280b58c363868caafb9bf493a57aa006 -r1d8d51e0dd4d8ebcf0bd457d01fab984585220c0 --- src/ch/MiniViewDlg.h (.../MiniViewDlg.h) (revision 0cf74c78280b58c363868caafb9bf493a57aa006) +++ src/ch/MiniViewDlg.h (.../MiniViewDlg.h) (revision 1d8d51e0dd4d8ebcf0bd457d01fab984585220c0) @@ -22,10 +22,11 @@ ///////////////////////////////////////////////////////////////////////////// // CMiniViewDlg dialog #include "ProgressListBox.h" +#include "..\libchcore\TTask.h" namespace chcore { - class chcore::CTaskArray; + class chcore::TTaskManager; } #define BTN_COUNT 5 @@ -51,7 +52,7 @@ // Construction public: - CMiniViewDlg(chcore::CTaskArray* pArray, bool* pbHide, CWnd* pParent = NULL); // standard constructor + CMiniViewDlg(chcore::TTaskManager* pArray, bool* pbHide, CWnd* pParent = NULL); // standard constructor void ShowWindow(); void HideWindow(); @@ -69,7 +70,7 @@ virtual void OnLanguageChanged(); // from CMainWnd - chcore::CTaskArray *m_pTasks; + chcore::TTaskManager *m_pTasks; CBrush m_brBackground; int m_iLastHeight;