David Rose 24 ani în urmă
părinte
comite
b14baa2f65
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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
 //  Description: Returns the TypeRegistryNode associated with the
 //               indicated TypeHandle.
 //               indicated TypeHandle.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
-INLINE TypeRegistry::TypeRegistryNode *TypeRegistry::
+INLINE TypeRegistryNode *TypeRegistry::
 look_up(TypeHandle handle, TypedObject *) const {
 look_up(TypeHandle handle, TypedObject *) const {
   return _handle_registry[handle._index];
   return _handle_registry[handle._index];
 }
 }