Fixed compile warning.

This commit is contained in:
Robert Osfield 2005-11-09 10:37:10 +00:00
parent af83527622
commit 28d939e617

View File

@ -9,7 +9,8 @@ CURRENT_CLASS::CURRENT_CLASS()
}
CURRENT_CLASS::CURRENT_CLASS(const CURRENT_CLASS& dpn, const osg::CopyOp& copyop)
: _active(dpn._active),
: Group(dpn, copyop),
_active(dpn._active),
_renderOrder(dpn._renderOrder),
_clearColorBuffer(dpn._clearColorBuffer)
{