Fixes to doyxgen warnings, merged from svn/trunk using:

svn merge -r 9761:9762 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/
This commit is contained in:
Robert Osfield
2009-02-11 16:59:08 +00:00
parent 99120af181
commit 89052bec27
5 changed files with 31 additions and 36 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);
};