fix: Another MSVC build error

This commit is contained in:
WerWolv
2025-12-23 11:12:20 +01:00
parent 8e7bd4b98a
commit d4a2b617bd

View File

@@ -44,7 +44,7 @@ namespace hex {
}
std::fs::path ProjectFile::getPath() {
return { s_currProjectPath };
return *s_currProjectPath;
}
void ProjectFile::setPath(const std::fs::path &path) {