Fixed usage of META_NodeVisitor so it doesn't include ""

This commit is contained in:
Robert Osfield
2013-01-24 18:48:34 +00:00
parent bada884342
commit 5aa1234fa4
18 changed files with 18 additions and 18 deletions

View File

@@ -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&);

View File

@@ -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);