VTK/Tutorials/RevisionMacros
From KitwarePublic
Jump to navigationJump to search
Header file
Where previously there was:
vtkTypeRevisionMacro(class, superclass);
there should now be
vtkTypeMacro(class, superclass);
Implementation file
Where previously there was:
vtkCxxRevisionMacro(class, "$Revision: 1.70 $");
there should now be nothing (this line should be deleted).