From Ulrich Hertlein, build fix for OSX.

This commit is contained in:
Robert Osfield
2011-06-23 15:42:45 +00:00
parent 00cf10be35
commit ee7668fe6c

View File

@@ -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<ShapeAttribute>(sal)
osg::MixinVector<ShapeAttribute>(sal)
{
}