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:
mats.palmgren%bredband.net
2007-02-27 22:18:27 +00:00
parent 2719410cf0
commit 7c1ad1d21d

View File

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