Fixed build issues when OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION is set to OFF

This commit is contained in:
Robert Osfield
2016-06-02 12:22:51 +01:00
parent 88a01aa09d
commit b1b7d17633
2 changed files with 4 additions and 4 deletions

View File

@@ -332,7 +332,7 @@ QueryGeometry::drawImplementation( osg::RenderInfo& renderInfo ) const
OSG_FATAL << "osgOQ: QG: Invalid RQCB." << std::endl;
return;
}
rqcb->add( tr );
rqcb->add( tr.get() );
OSG_DEBUG <<
"osgOQ: QG: Querying for: " << _oqnName << std::endl;