Update release

This commit is contained in:
vczh
2023-12-10 17:58:57 -08:00
parent f3a8dfccd6
commit cf40ef9fb8
22 changed files with 10614 additions and 3186 deletions

View File

@@ -107,7 +107,7 @@ FilePath
return fullPath == L"/";
}
WString FilePath::GetRelativePathFor(const FilePath& _filePath)
WString FilePath::GetRelativePathFor(const FilePath& _filePath) const
{
if (fullPath.Length() == 0 || _filePath.fullPath.Length() == 0 || fullPath[0] != _filePath.fullPath[0])
{