missed more nsIRegistry::Key usages

This commit is contained in:
shaver@netscape.com
1999-09-29 03:26:24 +00:00
parent 41b11e9219
commit bc0b3363b9
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,