mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-19 08:41:54 -05:00
Adapt to changes in Ghoul that made absPath return a std::filesystem::path instead of a std::string
This commit is contained in:
@@ -102,7 +102,7 @@ bool BrowserInstance::loadLocalPath(std::string path) {
|
||||
return false;
|
||||
}
|
||||
|
||||
loadUrl(absPath(std::move(path)));
|
||||
loadUrl(absPath(std::move(path)).string());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user