Skip to content

Replaced many int with vtkTypeBool

Sean McBride requested to merge seanm/vtk:vtkTypeBool-conversion into master

For now, vtkTypeBool is just a typedef for int, but one day it can become a real bool.

Found with a regex:

vtkBooleanMacro.*int)

Merge request reports