Index: src/ch/ProgressListBox.h =================================================================== diff -u -N -ra5f396da5ed5ffb3fcd9fdf22afb5a7fd07e1ab8 -rb1ecc12ba4c1f2a7b4acd6e82fc4193535e55ff0 --- src/ch/ProgressListBox.h (.../ProgressListBox.h) (revision a5f396da5ed5ffb3fcd9fdf22afb5a7fd07e1ab8) +++ src/ch/ProgressListBox.h (.../ProgressListBox.h) (revision b1ecc12ba4c1f2a7b4acd6e82fc4193535e55ff0) @@ -19,6 +19,8 @@ #ifndef __PROGRESSLISTBOX_H__ #define __PROGRESSLISTBOX_H__ +#include "../libchcore/TaskID.h" + ///////////////////////////////////////////////////////////////////////////// // CProgressListBox window struct _PROGRESSITEM_ @@ -30,7 +32,7 @@ COLORREF m_crColor; - size_t m_stTaskUniqueSessionID; + chcore::taskid_t m_tTaskID; }; class CProgressListBox : public CListBox