Skip to content

Making WorldAnnonation non-Virtual

Li-Ta Lo requested to merge ollielo/vtk-m:rendering_cpp_cleanup into master

There used to be a class hierarchy for WorldAnnontation. It is not the case any more. Thus its member functions don't need to declared virtual. Many instances of const_cast were also removed by changing data member to mutable.

Edited by Li-Ta Lo

Merge request reports