Fixed usage of META_NodeVisitor so it doesn't include ""
This commit is contained in:
@@ -27,7 +27,7 @@ namespace osgAnimation
|
||||
class OSGANIMATION_EXPORT BoneMapVisitor : public osg::NodeVisitor
|
||||
{
|
||||
public:
|
||||
META_NodeVisitor("osgAnimation","BoneMapVisitor")
|
||||
META_NodeVisitor(osgAnimation, BoneMapVisitor)
|
||||
BoneMapVisitor();
|
||||
|
||||
void apply(osg::Node&);
|
||||
|
||||
@@ -30,7 +30,7 @@ namespace osgAnimation
|
||||
public:
|
||||
LinkVisitor();
|
||||
|
||||
META_NodeVisitor("osgAnimation","LinkVisitor");
|
||||
META_NodeVisitor(osgAnimation, LinkVisitor);
|
||||
|
||||
void apply(osg::Node& node);
|
||||
void apply(osg::Geode& node);
|
||||
|
||||
Reference in New Issue
Block a user