Skip to content

Rename wrapper function name to fix warning

David Gobbi requested to merge dgobbi/vtk:wrap-currentFunction into master

The global variable "currentFunction" was declared in both of vtkWrapJava and vtkParse.y, causing a link warning with gcc.

Merge request reports