mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
fix: Another MSVC build error
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user