Build fixes for building OSG with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF

This commit is contained in:
Robert Osfield
2010-11-22 19:38:18 +00:00
parent ca9771f7ba
commit 04b6a0888b
4 changed files with 45 additions and 42 deletions

View File

@@ -676,7 +676,7 @@ int main(int argc, char** argv)
databasePagingThread->add(databasePagingOperation.get());
osg::ref_ptr<osg::Group> group = new osg::Group;
viewer.setSceneData(group);
viewer.setSceneData(group.get());
viewer.realize();