oops
This commit is contained in:
parent
4332048382
commit
b14baa2f65
|
|
@ -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];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue