Skip to content

Fix a null deref when wrapping "using" declarations.

David Gobbi requested to merge dgobbi/vtk:using-templated into master

Wrapping the "using" declaration in vtkTypedArray.h caused a segfault, this patch fixes the problem.

Merge request reports