Skip to content

Move destructor definition to vtkSmoothPolyDataFilter.cxx

Moved the destructor definition of vtkSmoothPolyDataFilterinto the cxx file to prevent use of undefined type "vtkSmoothPoints" when inheriting from vtkSmoothPolyDataFilter

Related issue: #18710 (closed)

/cc @mwestphal

Merge request reports