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

@@ -48,7 +48,7 @@ namespace osgDB {
SharedStateManager(unsigned int mode = SHARE_ALL);
META_NodeVisitor("osgDB","SharedStateManager")
META_NodeVisitor(osgDB, SharedStateManager)
void setShareMode(unsigned int mode);