Skip to content

Fixed new cppcheck 1.75 warnings about pass by reference

Sean McBride requested to merge seanm/vtk:cppcheck-pass-by-ref into master

Made several params const reference. Mostly in tests, but a couple are slight API change.

Merge request reports