Index: src/ch/TSubTaskBase.h =================================================================== diff -u -N -rf46d334ffd78c7daa7626f214ae698adbac5f36d -r2aea3ad6f3c68be709ac65c70d9646eafe3b034c --- src/ch/TSubTaskBase.h (.../TSubTaskBase.h) (revision f46d334ffd78c7daa7626f214ae698adbac5f36d) +++ src/ch/TSubTaskBase.h (.../TSubTaskBase.h) (revision 2aea3ad6f3c68be709ac65c70d9646eafe3b034c) @@ -54,7 +54,7 @@ protected: // some common operations - chcore::TSmartPath CalculateDestinationPath(const chcore::CFileInfoPtr& spFileInfo, chcore::TSmartPath strPath, int iFlags) const; + chcore::TSmartPath CalculateDestinationPath(const chcore::TFileInfoPtr& spFileInfo, chcore::TSmartPath strPath, int iFlags) const; chcore::TSmartPath FindFreeSubstituteName(chcore::TSmartPath pathSrcPath, chcore::TSmartPath pathDstPath) const; private: