mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 09:10:18 -06:00
Use more filesystem::path where applicable
This commit is contained in:
@@ -78,7 +78,7 @@ TransferFunctionHandler::TransferFunctionHandler(properties::StringProperty prop
|
||||
, _transferFunctionProperty(TransferFunctionInfo)
|
||||
{
|
||||
_transferFunction = std::make_shared<openspace::TransferFunction>(
|
||||
_transferFunctionPath
|
||||
_transferFunctionPath.value()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user