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
Родитель 2b8f854ed9
Коммит 30f97813ad
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;