Fixed build issues when compile with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF.

This commit is contained in:
Robert Osfield
2012-02-07 16:14:13 +00:00
parent a9baf19f32
commit 1432d4d54b
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ DefaultUserDataContainer::DefaultUserDataContainer(const DefaultUserDataContaine
itr != udc._objectList.end();
++itr)
{
_objectList.push_back(copyop(*itr));
_objectList.push_back(copyop(itr->get()));
}
}