[vtk-developers] vtkTransformPair warning on Xcode

Mathieu Coursolle mcoursolle at rogue-research.com
Wed Feb 7 10:21:29 EST 2007


Hi to all,

In the file vtkAbstractTransform.h, there is an helper class called
vtkTransformPair which produces a warning when building VTK application
with XCode on Mac OS X.

Here is the warning:
vtkAbstractTransform.h:297: warning: 'class vtkTransformPair' only
defines private constructors and has no friends

Adding a default constructor to that class can solve that warning. Is there
a reason why that class should not have a constructor? Otherwise, I consider
to commit that fix. All the tests passed.

Thank you.

Mathieu

-- 
____________________________________________________________
Mathieu Coursolle                   mcoursolle at rogue-research.com
Rogue Research                      www.rogue-research.com 
Montréal, Québec, Canada




More information about the vtk-developers mailing list