From 6d912607d11ce4be9c5dcb306b0c5dd2a8e23fa2 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Fri, 5 Oct 2001 15:29:51 +0000 Subject: [PATCH] Fix static build bustage. --- editor/composer/src/nsComposerRegistration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/composer/src/nsComposerRegistration.cpp b/editor/composer/src/nsComposerRegistration.cpp index c355b789245b..a20adb4e5125 100644 --- a/editor/composer/src/nsComposerRegistration.cpp +++ b/editor/composer/src/nsComposerRegistration.cpp @@ -69,4 +69,4 @@ static nsModuleComponentInfo components[] = { // Implement the NSGetModule() exported function for your module // and the entire implementation of the module object. // -NS_IMPL_NSGETMODULE("nsComposerModule", components) +NS_IMPL_NSGETMODULE(nsComposerModule, components)