Skip to content

Add a missing vtkPPixelTransfer export macro.

David Gobbi requested to merge dgobbi/vtk:ppt-export-macro into master

The export macro was present for the class itself, but not for the "operator<<" method that accompanied it. The "operator<<" is an interface method and must be exported.

Merge request reports