Index: src/libchcore/TTask.h =================================================================== diff -u -N -r25b3c85ea493809ee084271d5101a015d349da95 -rba802caea92ee56a154d1da3fe89a4b2f7875f0e --- src/libchcore/TTask.h (.../TTask.h) (revision 25b3c85ea493809ee084271d5101a015d349da95) +++ src/libchcore/TTask.h (.../TTask.h) (revision ba802caea92ee56a154d1da3fe89a4b2f7875f0e) @@ -63,7 +63,7 @@ size_t m_stSize; TSmartPath m_pathDstPath; - TFiltersArray* m_pafFilters; + TFileFiltersArray* m_pafFilters; ETaskCurrentState m_eTaskState; EOperationType m_eOperationType; @@ -224,7 +224,7 @@ TTaskLocalStats m_localStats; // local statistics // task settings - TFiltersArray m_afFilters; // filtering settings for files (will be filtered according to the rules inside when searching for files) + TFileFiltersArray m_afFilters; // filtering settings for files (will be filtered according to the rules inside when searching for files) bool m_bForce; // if the continuation of tasks should be independent of max concurrently running task limit bool m_bContinue; // allows task to continue