From 786f780bf0506d5f5d8092ba6aa76c0fa3dc4cc5 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Thu, 21 Jun 2001 04:00:00 +0000 Subject: [PATCH] Remove quotes from NSGETMODULE macro call for static builds --- gfx/src/xlib/nsGfxFactoryXlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/src/xlib/nsGfxFactoryXlib.cpp b/gfx/src/xlib/nsGfxFactoryXlib.cpp index ec3fbe30159c..748558cabb76 100644 --- a/gfx/src/xlib/nsGfxFactoryXlib.cpp +++ b/gfx/src/xlib/nsGfxFactoryXlib.cpp @@ -196,4 +196,4 @@ nsGfxXlibModuleDtor(nsIModule *self) nsRenderingContextXlib::Shutdown(); } -NS_IMPL_NSGETMODULE_WITH_DTOR("nsGfxXlibModule", components, nsGfxXlibModuleDtor) +NS_IMPL_NSGETMODULE_WITH_DTOR(nsGfxXlibModule, components, nsGfxXlibModuleDtor)