Missing const

This commit is contained in:
rbs%maths.uq.edu.au 2002-08-02 05:59:49 +00:00
parent 1187bc9c8e
commit dc545139cc

View File

@ -59,7 +59,7 @@ public:
}
PRBool Equals(const nsUnicodeFontMappingMac& anther);
PRBool ConvertUnicodeToGlyphs(short aFontNum, PRUnichar* aString,
PRBool ConvertUnicodeToGlyphs(short aFontNum, const PRUnichar* aString,
ByteCount aStringLength, char *aBuffer, ByteCount aBufferLength,
ByteCount& oActualLength, ByteCount& oBytesRead, OptionBits opts);