Skip to content

Use public instead of protected member functions in vtkAppendVBOWorker

Steven Hahn requested to merge quantumsteve/vtk:custom_data_array into master

This changes several calls to protected members to public member functions.

I found this after adding a custom array to the ArrayDispatch list and getting a build failure. Setting VTK_DISPATCH_SOA_ARRAYS=ON generates the same error.

Edited by Steven Hahn

Merge request reports