Fixed compile problems under VisualStudio6.0

This commit is contained in:
Robert Osfield
2002-06-05 14:14:32 +00:00
parent c70f5240eb
commit dc00711337
3 changed files with 13 additions and 3 deletions

View File

@@ -8,6 +8,9 @@
#include <osgUtil/CullVisitor>
using namespace osg;
osgParticle::ParticleProcessor::ParticleProcessor()
: osg::Node(),
rf_(RELATIVE_TO_PARENTS),
@@ -71,5 +74,5 @@ void osgParticle::ParticleProcessor::traverse(osg::NodeVisitor &nv)
}
// call the inherited method
osg::Node::traverse(nv);
Node::traverse(nv);
}