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

Greg Onufer <gonufer@yahoo.com>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@185013 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2005-11-20 19:21:48 +00:00
parent 17ed879fe9
commit d167950632

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