From 0fa1b4a2ffa2fe9ab7a614e2b0018740428b8900 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 29 Jul 2002 11:02:14 +0000 Subject: [PATCH] Removed default value from constructor. --- src/osg/Texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),