fix bustage, |const| needed on Windows

git-svn-id: svn://10.0.0.236/trunk@72078 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%mozilla.org 2000-06-13 00:21:53 +00:00
parent 4afc3b4a94
commit 00529932a5

View File

@ -183,7 +183,7 @@ InstallTriggerGlobalInstall(JSContext *cx, JSObject *obj, uintN argc, jsval *arg
if ( ida )
{
jsval v;
PRUnichar *name, *URL;
const PRUnichar *name, *URL;
for (int i = 0; i < ida->length; i++ )
{