Thanks Ulrich, fix now merged and submitted to svn/trunk.
On Thu, Jun 23, 2011 at 4:18 PM, Ulrich Hertlein <[email protected]> wrote: > Hi Robert, > > I had to change this in include/osgSim/ShapeAttribute > Index: include/osgSim/ShapeAttribute > =================================================================== > --- include/osgSim/ShapeAttribute (revision 12618) > +++ include/osgSim/ShapeAttribute (working copy) > @@ -96,7 +96,7 @@ > * shallow vs deep copying of dynamic data.*/ > ShapeAttributeList(const ShapeAttributeList& sal,const osg::CopyOp& > copyop=osg::CopyOp::SHALLOW_COPY): > osg::Object(sal, copyop), > - MixinVector<ShapeAttribute>(sal) > + osg::MixinVector<ShapeAttribute>(sal) > { > } > > Cheers, > /ulrich > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
