Compile fix.

This commit is contained in:
Robert Osfield
2005-08-30 19:20:19 +00:00
parent 07c7e37426
commit 994192657a

View File

@@ -257,7 +257,9 @@ void RenderStage::drawInner(osg::State& state,RenderLeaf*& previous, bool& doCop
struct DrawInnerOperation : public osg::GraphicsThread::Operation
{
DrawInnerOperation(RenderStage* stage) : _stage(stage) {}
DrawInnerOperation(RenderStage* stage) :
osg::GraphicsThread::Operation("DrawInnerStage",false),
_stage(stage) {}
virtual void operator() (osg::GraphicsContext* context)
{