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
@@ -172,7 +172,7 @@ s64 HTTPFileLoader::FileSize() {
return filesize_;
}
std::string HTTPFileLoader::Path() const {
std::string HTTPFileLoader::GetPath() const {
return filename_;
}