Index: src/libchcore/TFilesystemFeedbackWrapper.h =================================================================== diff -u -N -r12b36349f6214befeace08efa9acc7e03be0d847 -rc0d9a798f9fbbeda239b84721ed864f9727e1ddc --- src/libchcore/TFilesystemFeedbackWrapper.h (.../TFilesystemFeedbackWrapper.h) (revision 12b36349f6214befeace08efa9acc7e03be0d847) +++ src/libchcore/TFilesystemFeedbackWrapper.h (.../TFilesystemFeedbackWrapper.h) (revision c0d9a798f9fbbeda239b84721ed864f9727e1ddc) @@ -40,10 +40,10 @@ TSubTaskBase::ESubOperationResult DeleteFileFB(const TFileInfoPtr& spFileInfo, bool bProtectReadOnlyFiles); TSubTaskBase::ESubOperationResult FastMoveFB(const TFileInfoPtr& spFileInfo, const TSmartPath& pathDestination, - const TBasePathDataPtr& spBasePath, bool& bSkip); + const TBasePathDataPtr& spBasePath); TSubTaskBase::ESubOperationResult GetFileInfoFB(const TSmartPath& pathCurrent, - TFileInfoPtr& spFileInfo, const TBasePathDataPtr& spBasePath, bool& bSkip); + TFileInfoPtr& spFileInfo, const TBasePathDataPtr& spBasePath); private: bool WasKillRequested(const TFeedbackResult& rFeedbackResult) const;