Hi Lilinx, The world "virtual" is very much intended, it's called virtual inheritance and allows you do multiple inheritance from osg::AnimationPath and another parent class like a callback taht also inherits from osg::Object.
Robert. On 29 November 2011 12:31, Lilinx <[email protected]> wrote: > Hi, All > I change > class OSG_EXPORT AnimationPath : public virtual osg::Object > to > class OSG_EXPORT AnimationPath : public osg::Object > > remove the word "virtual" . > > > > > Lilinx > [email protected] > 2011-11-29 > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
