Index: src/libchcore/TLocalFilesystem.h =================================================================== diff -u -N -rfb7c498da8e94ffb9cc61e1c826287e48bbeccde -r73583f2ca01fa1b2eae49bbc63bce46b9ecff5db --- src/libchcore/TLocalFilesystem.h (.../TLocalFilesystem.h) (revision fb7c498da8e94ffb9cc61e1c826287e48bbeccde) +++ src/libchcore/TLocalFilesystem.h (.../TLocalFilesystem.h) (revision 73583f2ca01fa1b2eae49bbc63bce46b9ecff5db) @@ -35,6 +35,7 @@ class TLocalFilesystemFind; class TLocalFilesystemFile; class TSimpleDataBuffer; +class TModPathContainer; class LIBCHCORE_API TLocalFilesystem { @@ -58,7 +59,7 @@ static bool RemoveDirectory(const TSmartPath& pathFile); static bool DeleteFile(const TSmartPath& pathFile); - static bool GetFileInfo(const TSmartPath& pathFile, TFileInfoPtr& rFileInfo, size_t stSrcIndex = std::numeric_limits::max(), const TPathContainer* pBasePaths = NULL); + static bool GetFileInfo(const TSmartPath& pathFile, TFileInfoPtr& rFileInfo, size_t stSrcIndex = std::numeric_limits::max(), const TModPathContainer* pBasePaths = NULL); static bool FastMove(const TSmartPath& pathSource, const TSmartPath& pathDestination); static TLocalFilesystemFind CreateFinderObject(const TSmartPath& pathDir, const TSmartPath& pathMask);