From 578a910ad026e20b90c1ab8ff249e793e55848e1 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 9 Feb 2009 09:41:48 +0000 Subject: [PATCH] From Cedric Pinson, removed virtual inheritance from osgAnimation::Animation --- include/osgAnimation/Animation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgAnimation/Animation b/include/osgAnimation/Animation index bcde1fe03..550c8de23 100644 --- a/include/osgAnimation/Animation +++ b/include/osgAnimation/Animation @@ -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)