Skip to content

Add VTK_OVERRIDE macro to pqParaViewPlugin.h

Steven Hahn requested to merge quantumsteve/paraview:plugin_override into master

This adds the VTK_OVERRIDE macro to pqParaViewPlugin.h.in. We use this for building plugins with C++11 and the -Wsuggest-override warning option.

Merge request reports