Index: src/ch/task.h
===================================================================
diff -u -N -rf46d334ffd78c7daa7626f214ae698adbac5f36d -r2aea3ad6f3c68be709ac65c70d9646eafe3b034c
--- src/ch/task.h	(.../task.h)	(revision f46d334ffd78c7daa7626f214ae698adbac5f36d)
+++ src/ch/task.h	(.../task.h)	(revision 2aea3ad6f3c68be709ac65c70d9646eafe3b034c)
@@ -64,7 +64,7 @@
 	size_t m_stSize;
 
 	chcore::TSmartPath m_pathDstPath;
-	chcore::CFiltersArray* m_pafFilters;
+	chcore::TFiltersArray* m_pafFilters;
 
 	ETaskCurrentState m_eTaskState;
 	chcore::EOperationType m_eOperationType;
@@ -214,7 +214,7 @@
 
 	// current task state (derivatives of the task initial information)
 	// changing slowly or only partially
-	chcore::CFileInfoArray m_files;             // list of files/directories found during operating on the task input data (filled by search for files)
+	chcore::TFileInfoArray m_files;             // list of files/directories found during operating on the task input data (filled by search for files)
 
 	// changing fast
 	volatile ETaskCurrentState m_eCurrentState;     // current state of processing this task represents
@@ -225,7 +225,7 @@
 	TTaskLocalStats m_localStats;       // local statistics
 
 	// task settings
-	chcore::CFiltersArray m_afFilters;          // filtering settings for files (will be filtered according to the rules inside when searching for files)
+	chcore::TFiltersArray 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