David Rose 24 years ago
parent
commit
b14baa2f65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/express/typeRegistry.I

+ 1 - 1
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];
 }