Fixed build for when OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION is off

This commit is contained in:
Robert Osfield
2008-11-25 15:38:11 +00:00
parent 8ea639f564
commit 1228897b72

View File

@@ -213,7 +213,7 @@ namespace osgAnimation
// process all pending remove action operation
while( !_removeActionOperations.empty())
{
internalRemoveAction(_removeActionOperations.back().second);
internalRemoveAction(_removeActionOperations.back().second.get());
_removeActionOperations.pop_back();
}
}