Remove quotes from NSGETMODULE macro call for static builds

This commit is contained in:
cls%seawood.org 2001-06-21 04:00:00 +00:00
parent cc36895f91
commit 786f780bf0

View File

@ -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)