From 828a7be9532005a53bcded59d372787836c35054 Mon Sep 17 00:00:00 2001 From: "bryner%netscape.com" Date: Mon, 3 Jun 2002 09:02:31 +0000 Subject: [PATCH] Make the module name agree with the Makefile so that static builds work. Not part of the build. --- widget/src/cocoa/nsWidgetFactory.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/src/cocoa/nsWidgetFactory.mm b/widget/src/cocoa/nsWidgetFactory.mm index 1b8603357a4..d5ffb986a5c 100644 --- a/widget/src/cocoa/nsWidgetFactory.mm +++ b/widget/src/cocoa/nsWidgetFactory.mm @@ -194,4 +194,4 @@ static nsModuleComponentInfo components[] = nsNativeScrollbarConstructor }, }; -NS_IMPL_NSGETMODULE(nsWidgetModule, components) +NS_IMPL_NSGETMODULE(nsWidgetMacModule, components)