missed more nsIRegistry::Key usages

git-svn-id: svn://10.0.0.236/trunk@49283 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shaver%netscape.com
1999-09-29 03:26:24 +00:00
parent 8adf8ba53a
commit 662a32d11b
4 changed files with 4 additions and 4 deletions

View File

@@ -301,7 +301,7 @@ void
nsAppShellService::EnumerateComponents( EnumeratorMemberFunction function ) {
nsresult rv;
nsIRegistry *registry = 0;
nsIRegistry::Key key;
nsRegistryKey key;
nsIEnumerator *components = 0;
const char *failed = "GetService";
if ( NS_SUCCEEDED( ( rv = nsServiceManager::GetService( NS_REGISTRY_PROGID,