Make this code compile on gcc 3.4. Not part of default build. r=afri b=237661

This commit is contained in:
dbaron%dbaron.org 2004-03-19 01:36:16 +00:00
Родитель 4711cd9031
Коммит e1d68eb682
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -350,7 +350,7 @@ FindFont(const nsString& aFamily, PRBool aGeneric, void *aData)
{
PRBool retval = PR_TRUE;
FindFontStruct* &font_data = (FindFontStruct*) aData;
FindFontStruct* font_data = (FindFontStruct*) aData;
#ifdef DEBUG
printf("trying to instantiate font %s, generic=%d\n", NS_ConvertUCS2toUTF8(aFamily).get(),