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

This commit is contained in:
Robert Osfield
2009-02-09 09:41:56 +00:00
parent ba68b72a04
commit 684c7bc8fc

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)