diff --git a/src/osgSim/SphereSegment.cpp b/src/osgSim/SphereSegment.cpp index b74c3061a..983de716f 100644 --- a/src/osgSim/SphereSegment.cpp +++ b/src/osgSim/SphereSegment.cpp @@ -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))