diff --git a/src/osgWrappers/osgAnimation/AnimationManager.cpp b/src/osgWrappers/osgAnimation/AnimationManager.cpp index 4c7249666..d6ef7580d 100644 --- a/src/osgWrappers/osgAnimation/AnimationManager.cpp +++ b/src/osgWrappers/osgAnimation/AnimationManager.cpp @@ -11,7 +11,6 @@ #include #include -#include #include #include #include @@ -42,21 +41,16 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::AnimationManager) __bool__isSameKindAs__C5_osg_Object_P1, "", ""); - I_Method0(const char *, className, - Properties::VIRTUAL, - __C5_char_P1__className, - "return the name of the object's class type. ", - "Must be defined by derived classes. "); I_Method0(const char *, libraryName, Properties::VIRTUAL, __C5_char_P1__libraryName, "return the name of the object's library. ", "Must be defined by derived classes. The OpenSceneGraph convention is that the namespace of a library is the same as the library name. "); - I_Method1(void, accept, IN, osg::NodeVisitor &, nv, + I_Method0(const char *, className, Properties::VIRTUAL, - __void__accept__osg_NodeVisitor_R1, - "", - ""); + __C5_char_P1__className, + "return the name of the object's class type. ", + "Must be defined by derived classes. "); I_Constructor0(____AnimationManager, "", "");