Skip to content

ParaViewPlugin: declare the empty initializer function as static

Ben Boeckel requested to merge ben.boeckel/paraview:no-static-kit-builds into master

This avoids redefinition errors because it makes the implementation local to whatever is including it.

Merge request reports