diff --git a/panda/src/express/typeRegistry.I b/panda/src/express/typeRegistry.I index 620de45c1e..0c88a9efe0 100644 --- a/panda/src/express/typeRegistry.I +++ b/panda/src/express/typeRegistry.I @@ -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]; }