From e4b2562f7b0a72a8dacd3d741880c5d396f55249 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 24 Jan 2009 10:00:23 +0000 Subject: [PATCH] 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" --- include/osgAnimation/AnimationManager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgAnimation/AnimationManager b/include/osgAnimation/AnimationManager index e7dd98cb7..c931da052 100644 --- a/include/osgAnimation/AnimationManager +++ b/include/osgAnimation/AnimationManager @@ -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) :