зеркало из https://github.com/mozilla/pjs.git
Fix GCC compile error on Windows. r+sr=pavlov
This commit is contained in:
Родитель
ff87641edb
Коммит
842b434e75
|
@ -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?
|
||||
|
|
Загрузка…
Ссылка в новой задаче