Fixed shadows warnigns

This commit is contained in:
Robert Osfield
2016-05-26 10:35:33 +01:00
parent 304c048d84
commit 80e318ce15
4 changed files with 14 additions and 16 deletions

View File

@@ -794,8 +794,8 @@ class ShaderGeometry : public osg::Drawable
ShaderGeometry() { setUseDisplayList(false); }
/** Copy constructor using CopyOp to manage deep vs shallow copy.*/
ShaderGeometry(const ShaderGeometry& ShaderGeometry,const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY):
osg::Drawable(ShaderGeometry,copyop) {}
ShaderGeometry(const ShaderGeometry& sg,const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY):
osg::Drawable(sg,copyop) {}
META_Object(osg,ShaderGeometry)