From 4e2c17ee021e55b4ac997ddd51376538872df102 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 9 Feb 2009 09:48:50 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgAnimation/Animation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgWrappers/osgAnimation/Animation.cpp b/src/osgWrappers/osgAnimation/Animation.cpp index 1eca2a1bd..e43be9dc1 100644 --- a/src/osgWrappers/osgAnimation/Animation.cpp +++ b/src/osgWrappers/osgAnimation/Animation.cpp @@ -33,7 +33,7 @@ END_REFLECTOR BEGIN_OBJECT_REFLECTOR(osgAnimation::Animation) I_DeclaringFile("osgAnimation/Animation"); - I_VirtualBaseType(osg::Object); + I_BaseType(osg::Object); I_Method0(osg::Object *, cloneType, Properties::VIRTUAL, __osg_Object_P1__cloneType,