From 69907f11a8eafcc91972b95be244e2174a22464b Mon Sep 17 00:00:00 2001 From: "shaver%netscape.com" Date: Fri, 14 May 1999 23:49:15 +0000 Subject: [PATCH] fix build bustage git-svn-id: svn://10.0.0.236/trunk@31696 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/appshell/src/nsAppShellService.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/xpfe/appshell/src/nsAppShellService.cpp b/mozilla/xpfe/appshell/src/nsAppShellService.cpp index f830ec67d0a..8c3cc31567c 100644 --- a/mozilla/xpfe/appshell/src/nsAppShellService.cpp +++ b/mozilla/xpfe/appshell/src/nsAppShellService.cpp @@ -221,7 +221,7 @@ nsAppShellService::Initialize( nsICmdLineService *aCmdLineService ) } // Initialize each registered component. - EnumerateComponents( InitializeComponent ); + EnumerateComponents( &InitializeComponent ); done: return rv; @@ -397,7 +397,7 @@ nsAppShellService::Shutdown(void) #if 1 // Shutdown all components. - EnumerateComponents( ShutdownComponent ); + EnumerateComponents( &ShutdownComponent ); mAppShell->Exit(); #else