From Stephan Huber, "OS X failed to compile AnimationManager because of

the useage of META_Node-macro, but AnimationManager is inherited from
NodeVisitor, so I changed the Macro to META_NodeVisitor"
This commit is contained in:
Robert Osfield
2009-01-24 10:00:23 +00:00
parent 85d993cdef
commit e4b2562f7b

View File

@@ -27,7 +27,7 @@ namespace osgAnimation
{
public:
META_Node(osgAnimation, AnimationManager);
META_NodeVisitor(osgAnimation, AnimationManager);
AnimationManager();
AnimationManager(const AnimationManager& b, const osg::CopyOp& copyop= osg::CopyOp::SHALLOW_COPY) :