Use more filesystem::path where applicable

This commit is contained in:
Alexander Bock
2024-04-06 19:50:39 +02:00
parent 2af06fb641
commit 4328476d26
148 changed files with 712 additions and 705 deletions

View File

@@ -78,7 +78,7 @@ TransferFunctionHandler::TransferFunctionHandler(properties::StringProperty prop
, _transferFunctionProperty(TransferFunctionInfo)
{
_transferFunction = std::make_shared<openspace::TransferFunction>(
_transferFunctionPath
_transferFunctionPath.value()
);
}