= Changes To Reflecion = [[TracNav(TracNav/SupportTOC)]] Old way {{{ osgIntrospection::Reflection::getType(typeid(osg::Referenced)); }}} New way {{{ osgIntrospection::Reflection::getType(extended_typeid()); }}}