Fix for IRIX build.

This commit is contained in:
Robert Osfield 2003-09-03 18:17:07 +00:00
parent bd44cfcfd8
commit 06046639b5

View File

@ -196,7 +196,7 @@ bool SphereSegment::Spoke::computeBound() const
SphereSegment::SphereSegment(const osg::Vec3& centre, float radius, const osg::Vec3& vec, float azRange,
float elevRange, int density):
Geode(),
osg::Geode(),
_centre(centre), _radius(radius),
_density(density),
_drawMask(DrawMask(ALL))