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

git-svn-id: svn://10.0.0.236/trunk@113225 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
2002-01-30 21:14:20 +00:00
parent 7c2a2cb503
commit 67a35c1a08
167 changed files with 169 additions and 169 deletions

View File

@@ -69,7 +69,7 @@ UnregisterContentPolicy(nsIComponentManager *aCompMgr, nsIFile *aPath,
// Component Table
static nsModuleComponentInfo components[] =
static const nsModuleComponentInfo components[] =
{
{ "WebBrowser Component", NS_WEBBROWSER_CID,
NS_WEBBROWSER_CONTRACTID, nsWebBrowserConstructor },