added a (crappy) cast to get it to compile, for VC 5.2 on Windows at least.

the owner should verify this fix immediately.
This commit is contained in:
buster%netscape.com 1999-08-03 05:05:38 +00:00
Родитель e16adcb40a
Коммит 0ebe157987
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -146,7 +146,7 @@ nsJVMPluginTagInfo::GetCodeBase(const char* *result)
}
PA_UNLOCK(docBase);
nsCRT::free(docBase);
nsCRT::free((char *)docBase);
*result = fSimulatedCodebase;
return NS_OK;
}