Skip to content

Use VTK_FUTURE_CONST in various API that use VTK_FILEPATH

Sean McBride requested to merge seanm/vtk:future-const into master

In one case made a path ivar an std::string so that it could be copied instead of keeping the non-const string pointer around.

Merge request reports