Loaders: Rename Path() to GetPath().

Path is going to be a struct name.
This commit is contained in:
Henrik Rydgård
2021-05-09 17:10:14 -07:00
committed by Unknown W. Brackets
parent 96c109e6ce
commit 9480b6672b
15 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ bool BlobFileSystem::RemoveFile(const std::string &filename) {
}
bool BlobFileSystem::GetHostPath(const std::string &inpath, std::string &outpath) {
outpath = fileLoader_->Path();
outpath = fileLoader_->GetPath();
return true;
}