Index: src/ch/ProgressListBox.h =================================================================== diff -u -rb1ecc12ba4c1f2a7b4acd6e82fc4193535e55ff0 -r0d5b67ee96b435d63f7bf075dc8e28603793b187 --- src/ch/ProgressListBox.h (.../ProgressListBox.h) (revision b1ecc12ba4c1f2a7b4acd6e82fc4193535e55ff0) +++ 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 @@ -56,13 +56,13 @@ // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CProgressListBox) public: - virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct); + void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct) override; //}}AFX_VIRTUAL // Implementation public: void SetSmoothProgress(bool bSmoothProgress); - int SetCurSel( int nSelect ); + int SetCurrentSelection( int nSelect ); void Init(); void UpdateItems(int nLimit, bool bUpdateSize); // updates items in listbox