Fix GCC compile error on Windows. r+sr=pavlov
git-svn-id: svn://10.0.0.236/trunk@221030 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -447,7 +447,7 @@ gfxWindowsFont::GetUniqueName()
|
||||
// append the weight code
|
||||
if (mLogFont.lfWeight != 400) {
|
||||
uniqueName.AppendLiteral(":");
|
||||
uniqueName.AppendInt(mLogFont.lfWeight);
|
||||
uniqueName.AppendInt((PRInt32)mLogFont.lfWeight);
|
||||
}
|
||||
|
||||
// append italic?
|
||||
|
||||
Reference in New Issue
Block a user