Skip to content

Modify function signature for vtkSMTKArcRepresentation::InitializeContour.

T.J. Corona requested to merge tjcorona/smtk:fix-overloaded-method into master

This commit addresses a warning related to hiding a virtual method in the parent class, vtkContourRepresentation, by fixing the derived function signature to match the parent's signature.

Merge request reports