From Cedric Pinson, removed virtual inheritance from osgAnimation::Animation

This commit is contained in:
Robert Osfield
2009-02-09 09:41:48 +00:00
parent e0f4fb0952
commit 578a910ad0

View File

@@ -25,7 +25,7 @@
namespace osgAnimation
{
class OSGANIMATION_EXPORT Animation : public virtual osg::Object
class OSGANIMATION_EXPORT Animation : public osg::Object
{
public:
META_Object(osgAnimation, Animation)