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

@@ -32,7 +32,7 @@ class OSGUTIL_EXPORT DrawElementTypeSimplifierVisitor : public osg::NodeVisitor
{
public:
META_NodeVisitor("osgUtil","DrawElementTypeSimplifierVisitor");
META_NodeVisitor(osgUtil, DrawElementTypeSimplifierVisitor);
void apply(osg::Geode& node);
};