fix bustage, |const| needed on Windows

This commit is contained in:
scc%mozilla.org 2000-06-13 00:21:53 +00:00
parent 2ad6c0a37d
commit 0c52834859

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++ )
{