Index: src/libchcore/TLocalFilesystem.h
===================================================================
diff -u -rd9527df01ee91b35d9a5fdccb80ded25a9c8265f -rc085b65f1de24f25feab2bac2d5882abf04aabcf
--- src/libchcore/TLocalFilesystem.h	(.../TLocalFilesystem.h)	(revision d9527df01ee91b35d9a5fdccb80ded25a9c8265f)
+++ src/libchcore/TLocalFilesystem.h	(.../TLocalFilesystem.h)	(revision c085b65f1de24f25feab2bac2d5882abf04aabcf)
@@ -47,7 +47,7 @@
 		bool PathExist(const TSmartPath& strPath) override;	// check for file or folder existence
 
 		void SetFileDirBasicInfo(const TSmartPath& pathFileDir, DWORD dwAttributes, const TFileTime& ftCreationTime, const TFileTime& ftLastAccessTime, const TFileTime& ftLastWriteTime) override;
-		virtual void SetAttributes(const TSmartPath& pathFileDir, DWORD dwAttributes) override;
+		void SetAttributes(const TSmartPath& pathFileDir, DWORD dwAttributes) override;
 
 		void CreateDirectory(const TSmartPath& pathDirectory, bool bCreateFullPath) override;
 		void RemoveDirectory(const TSmartPath& pathFile) override;