fix HPUX bustage: font should be const

This commit is contained in:
alecf%netscape.com 1999-02-26 17:26:25 +00:00
Родитель 78cac3935e
Коммит 3f9190fe0f
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1091,7 +1091,7 @@ nsIFontMetrics *fMetrics;
fMetrics = mFontMetrics;
if (nsnull != fMetrics){
nsFont *font;
const nsFont *font;
fMetrics->GetFont(font);
PRUint8 decorations = font->decorations;
@ -1250,7 +1250,7 @@ int ptr = 0;
unsigned int i;
char *buf = 0;
nscoord fontHeight = 0,yCoord;
nsFont *font;
const nsFont *font;
mFontMetrics->GetHeight(fontHeight);
mFontMetrics->GetFont(font);