From d0ebd934419078db15a9ff5ef0d62fc0cb6a2f8e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 11 Apr 2002 13:53:46 +0000 Subject: [PATCH] Fix for Win32 build. --- src/osg/DrawPixels.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osg/DrawPixels.cpp b/src/osg/DrawPixels.cpp index 4bc6d3832..f2deb622e 100644 --- a/src/osg/DrawPixels.cpp +++ b/src/osg/DrawPixels.cpp @@ -16,7 +16,7 @@ DrawPixels::DrawPixels() _height = 0; } -DrawPixels::DrawPixels(const DrawPixels& drawimage,const CopyOp& copyop=CopyOp::SHALLOW_COPY): +DrawPixels::DrawPixels(const DrawPixels& drawimage,const CopyOp& copyop): Drawable(drawimage,copyop), _position(drawimage._position), _image(drawimage._image),