diff --git a/include/osgSim/ShapeAttribute b/include/osgSim/ShapeAttribute index 1c1045f6c..4c8bbf774 100644 --- a/include/osgSim/ShapeAttribute +++ b/include/osgSim/ShapeAttribute @@ -96,7 +96,7 @@ class OSGSIM_EXPORT ShapeAttributeList : public osg::Object, public osg::MixinVe * shallow vs deep copying of dynamic data.*/ ShapeAttributeList(const ShapeAttributeList& sal,const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY): osg::Object(sal, copyop), - MixinVector(sal) + osg::MixinVector(sal) { }