Index: src/ch/task.h =================================================================== diff -u -N -r3f33c90e9e49ccf7b52b604e849ba8be5be1dba7 -r3fc1109991e7311d6b1e34ef0b730f9b4e1fd42a --- src/ch/task.h (.../task.h) (revision 3f33c90e9e49ccf7b52b604e849ba8be5be1dba7) +++ src/ch/task.h (.../task.h) (revision 3fc1109991e7311d6b1e34ef0b730f9b4e1fd42a) @@ -401,8 +401,8 @@ int GetDriveNumber(const CFileInfoPtr& spFileInfo); bool GetMove(const CFileInfoPtr& spFileInfo); - static void GetDriveData(const chcore::TSmartPath& spPath, int *piDrvNum, UINT *puiDrvType); - static bool PathExist(chcore::TSmartPath strPath); // check for file or folder existence + static void GetDriveData(const chcore::TSmartPath& spPath, int *piDrvNum, UINT *puiDrvType); + static bool PathExist(chcore::TSmartPath strPath); // check for file or folder existence private: // task initial information (needed to start a task); might be a bit processed.