Index: src/ch/ProgressListBox.h =================================================================== diff -u -rb1ecc12ba4c1f2a7b4acd6e82fc4193535e55ff0 -rb26ced3298e3e7e51d91f3ac70b56746786da83b --- src/ch/ProgressListBox.h (.../ProgressListBox.h) (revision b1ecc12ba4c1f2a7b4acd6e82fc4193535e55ff0) +++ src/ch/ProgressListBox.h (.../ProgressListBox.h) (revision b26ced3298e3e7e51d91f3ac70b56746786da83b) @@ -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