Hi Folks- I've added a typedef Superclass to all classes with superclasses. This should be used whenever referring to the superclass. (Example: PrintSelf() typically invokes Superclass::PrintSelf(os,indent) to chain the print method up the inheritance hierarchy. (I have modified all PrintSelf methods to reflect this.) Will