Fix GCC compile error on Windows. r+sr=pavlov

This commit is contained in:
mats.palmgren%bredband.net 2007-02-27 22:18:27 +00:00
Родитель 785ba76fd9
Коммит 9af542b014
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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?