Got one that will make everybody happy (if Mac goes red, I'll scream)

This commit is contained in:
law@netscape.com
1999-05-15 01:01:29 +00:00
parent 8c94c5cc06
commit 6c944e9e47

View File

@@ -221,7 +221,7 @@ nsAppShellService::Initialize( nsICmdLineService *aCmdLineService )
}
// Initialize each registered component.
EnumerateComponents( &InitializeComponent );
EnumerateComponents( &nsAppShellService::InitializeComponent );
done:
return rv;
@@ -397,7 +397,7 @@ nsAppShellService::Shutdown(void)
#if 1
// Shutdown all components.
EnumerateComponents( &ShutdownComponent );
EnumerateComponents( &nsAppShellService::ShutdownComponent );
mAppShell->Exit();
#else