Index: src/libchcore/TLocalFilesystem.h =================================================================== diff -u -N -r6b927672a652279a203f6465ead20ffb9fe6bde1 -r789d0908abf8db57e27cfeac7045d9962f4b522a --- src/libchcore/TLocalFilesystem.h (.../TLocalFilesystem.h) (revision 6b927672a652279a203f6465ead20ffb9fe6bde1) +++ src/libchcore/TLocalFilesystem.h (.../TLocalFilesystem.h) (revision 789d0908abf8db57e27cfeac7045d9962f4b522a) @@ -58,7 +58,7 @@ virtual void FastMove(const TSmartPath& pathSource, const TSmartPath& pathDestination) override; virtual IFilesystemFindPtr CreateFinderObject(const TSmartPath& pathDir, const TSmartPath& pathMask) override; - virtual IFilesystemFilePtr CreateFileObject(IFilesystemFile::EOpenMode eMode, const TSmartPath& pathFile, bool bNoBuffering) override; + virtual IFilesystemFilePtr CreateFileObject(IFilesystemFile::EOpenMode eMode, const TSmartPath& pathFile, bool bNoBuffering, bool bProtectReadOnlyFiles) override; virtual EPathsRelation GetPathsRelation(const TSmartPath& pathFirst, const TSmartPath& pathSecond) override;