Index: src/ch/StatusDlg.h =================================================================== diff -u -rd5c3edd0d167db9b5d47d04248820fda49499a5e -r17059054c69cd5726f4c7d35357f3b9556471783 --- src/ch/StatusDlg.h (.../StatusDlg.h) (revision d5c3edd0d167db9b5d47d04248820fda49499a5e) +++ src/ch/StatusDlg.h (.../StatusDlg.h) (revision 17059054c69cd5726f4c7d35357f3b9556471783) @@ -19,7 +19,7 @@ #ifndef __STATUSDLG_H__ #define __STATUSDLG_H__ -#include "structs.h" +#include "task.h" #include "FFListCtrl.h" #define WM_UPDATESTATUS WM_USER+6 @@ -91,6 +91,8 @@ protected: virtual void OnLanguageChanged(); + void PrepareResizableControls(); + // Generated message map functions //{{AFX_MSG(CStatusDlg) virtual BOOL OnInitDialog();