fix linux build bustage by adding a |.get()| to resolve ambiguity

This commit is contained in:
scc@mozilla.org
2001-06-29 13:50:22 +00:00
parent f103c9ff95
commit b9858fbb23

View File

@@ -786,7 +786,7 @@ nsNativeComponentLoader::AutoRegisterComponent(PRInt32 when,
if (NS_FAILED(rv))
return rv;
nsCStringKey key(persistentDescriptor);
nsCStringKey key(persistentDescriptor.get());
// Get the registry representation of the dll, if any
nsDll *dll;