Compile fixes for that pitful excuse for a C++ compiler that is VS6.0

This commit is contained in:
Robert Osfield
2004-05-05 14:54:16 +00:00
parent 8bdb68ef97
commit b88b9b83ea
2 changed files with 10 additions and 6 deletions

View File

@@ -13,6 +13,7 @@
#include <osgTerrain/HeightFieldNode>
using namespace osg;
using namespace osgTerrain;
HeightFieldNode::HeightFieldNode()
@@ -56,7 +57,7 @@ void HeightFieldNode::traverse(osg::NodeVisitor& nv)
}
// otherwise fallback to the Group::traverse()
osg::Group::traverse(nv);
Group::traverse(nv);
}
void HeightFieldNode::setHeightField(osg::HeightField* heightField)