From ee7668fe6c7d8c1332e545355dd347a8931a8ea7 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 23 Jun 2011 15:42:45 +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) { }