Skip to content

Fixed last of -Wcast-qual warnings

Sean McBride requested to merge seanm/vtk:Wcast-qual3 into master

Two places were casting off the const from a constant string for ivars that are managed with vtkGetStringMacro, so instead, treat them as something that must be newed/deleted.

Also fixed some indentation.

Merge request reports