Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson

This commit is contained in:
sfraser@netscape.com
2002-01-30 21:14:20 +00:00
parent 7ac259ed05
commit a2578325bc
138 changed files with 140 additions and 140 deletions

View File

@@ -73,7 +73,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(CTransitionalDTD)
NS_GENERIC_FACTORY_CONSTRUCTOR(CViewSourceHTML)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsParserService)
static nsModuleComponentInfo gComponents[] = {
static const nsModuleComponentInfo gComponents[] = {
#ifdef NS_DEBUG
{ "Logging sink", NS_LOGGING_SINK_CID, NULL, nsLoggingSinkConstructor },