Make definition match declaration for AppendUCS4ToUTF16. Bug 316859, patch by

Greg Onufer <gonufer@yahoo.com>, r+sr=bzbarsky
This commit is contained in:
bzbarsky%mit.edu 2005-11-20 19:21:48 +00:00
parent 6b6b0f28b6
commit 7d7e006845

View File

@ -1169,7 +1169,7 @@ CompareUTF8toUTF16(const nsASingleFragmentCString& aUTF8String,
NS_COM
void
AppendUCS4ToUTF16(PRUint32 aSource, nsAString& aDest)
AppendUCS4ToUTF16(const PRUint32 aSource, nsAString& aDest)
{
NS_ASSERTION(IS_VALID_CHAR(aSource), "Invalid UCS4 char");
if (IS_IN_BMP(aSource))