mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 16:27:43 +00:00
CDvdFile: Remove const from auto type for MSVC
This commit is contained in:
@@ -96,7 +96,7 @@ std::shared_ptr<IDvdRequest> CDvdFile::AsyncSeekRead(void* buf, u32 len, ESeekOr
|
|||||||
}
|
}
|
||||||
|
|
||||||
hecl::ProjectPath CDvdFile::ResolvePath(std::string_view path) {
|
hecl::ProjectPath CDvdFile::ResolvePath(std::string_view path) {
|
||||||
const auto* start = path.begin();
|
auto start = path.begin();
|
||||||
while (*start == '/') {
|
while (*start == '/') {
|
||||||
++start;
|
++start;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user