Skip to content
  • David Thompson's avatar
    `TestBuild.cxx.in` must handle global classes. · 00b76c30
    David Thompson authored
    ... otherwise, classes like those in the `smtk/paraview`
    directory (that cannot live in namespaces because of VTK
    wrapping constraints) will generate warnings because the
    generated test code declares a function with the same
    name as the class, thus hiding the default constructor.
    00b76c30