From b14baa2f6512743db32b48e5b7237b899d52d2ce Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 8 Aug 2001 01:03:27 +0000 Subject: [PATCH] oops --- panda/src/express/typeRegistry.I | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }