From 8f23b42ed281cb42a16c2887a8aa131724fb2a7d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 23 Jun 2011 15:42:44 +0000 Subject: [PATCH] From Ulrich Hertlein, build fix for OSX. --- include/osgSim/ShapeAttribute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { }