mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Missing const
This commit is contained in:
parent
1187bc9c8e
commit
dc545139cc
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user