Fixed build for when automatic type conversion isn't enabled for ref_ptr<>

This commit is contained in:
Robert Osfield
2013-05-13 11:02:40 +00:00
parent 9249a59db2
commit 01e8287b7d
4 changed files with 27 additions and 28 deletions

View File

@@ -551,7 +551,7 @@ bool Keystone::writeToFile()
osgDB::writeObjectFile(*this, filename);
// reassign the UDC
setUserDataContainer(temp_udc);
setUserDataContainer(temp_udc.get());
return true;
}