Index: src/ch/task.h =================================================================== diff -u -N -rc54aa186fda8c0af84325325276245e9d8fcfa26 -rb684bec49aaaea4b89ab2e599497f4085d8698a3 --- src/ch/task.h (.../task.h) (revision c54aa186fda8c0af84325325276245e9d8fcfa26) +++ src/ch/task.h (.../task.h) (revision b684bec49aaaea4b89ab2e599497f4085d8698a3) @@ -390,7 +390,7 @@ CString GetRelatedPathNL(EPathType ePathType); - static void OnCfgOptionChanged(const std::set& rsetChanges, void* pParam); + static void OnCfgOptionChanged(const std::set& rsetChanges, void* pParam); chcore::TSmartPath FindFreeSubstituteName(chcore::TSmartPath pathSrcPath, chcore::TSmartPath pathDstPath) const; chcore::TSmartPath GetDestinationPath(const CFileInfoPtr& spFileInfo, chcore::TSmartPath strPath, int iFlags) const;