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

the owner should verify this fix immediately.


git-svn-id: svn://10.0.0.236/trunk@41945 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com
1999-08-03 05:05:38 +00:00
parent 9f1efce3fd
commit 56fa198f6b

View File

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