Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052

git-svn-id: svn://10.0.0.236/trunk@107583 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2001-11-07 06:24:10 +00:00
parent c981ebf61c
commit 13b5500ba3
113 changed files with 341 additions and 338 deletions

View File

@@ -64,7 +64,7 @@
#include "nsRect.h"
#include "nsIWebBrowserChromeFocus.h"
static char *sWindowWatcherContractID = "@mozilla.org/embedcomp/window-watcher;1";
static const char sWindowWatcherContractID[] = "@mozilla.org/embedcomp/window-watcher;1";