diff --git a/src/osg/Texture.cpp b/src/osg/Texture.cpp index 4087061a0..d991bf2b0 100644 --- a/src/osg/Texture.cpp +++ b/src/osg/Texture.cpp @@ -45,7 +45,7 @@ Texture::Texture(): } -Texture::Texture(const Texture& text,const CopyOp& copyop=CopyOp::SHALLOW_COPY): +Texture::Texture(const Texture& text,const CopyOp& copyop): StateAttribute(text,copyop), _handleList(), _modifiedTag(),