Index: src/ch/ProgressListBox.h =================================================================== diff -u -N -rb26ced3298e3e7e51d91f3ac70b56746786da83b -r0d5b67ee96b435d63f7bf075dc8e28603793b187 --- src/ch/ProgressListBox.h (.../ProgressListBox.h) (revision b26ced3298e3e7e51d91f3ac70b56746786da83b) +++ src/ch/ProgressListBox.h (.../ProgressListBox.h) (revision 0d5b67ee96b435d63f7bf075dc8e28603793b187) @@ -19,7 +19,7 @@ #ifndef __PROGRESSLISTBOX_H__ #define __PROGRESSLISTBOX_H__ -#include "../libchcore/TaskID.h" +#include "../libchengine/TaskID.h" ///////////////////////////////////////////////////////////////////////////// // CProgressListBox window @@ -32,7 +32,7 @@ COLORREF m_crColor; - chcore::taskid_t m_tTaskID; + chengine::taskid_t m_tTaskID; }; class CProgressListBox : public CListBox