This commit is contained in:
David Rose 2001-08-08 01:03:27 +00:00
parent 4332048382
commit b14baa2f65
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
// Description: Returns the TypeRegistryNode associated with the
// indicated TypeHandle.
////////////////////////////////////////////////////////////////////
INLINE TypeRegistry::TypeRegistryNode *TypeRegistry::
INLINE TypeRegistryNode *TypeRegistry::
look_up(TypeHandle handle, TypedObject *) const {
return _handle_registry[handle._index];
}