Skip to content
Snippets Groups Projects
Commit 8821f6ca authored by dbaron%dbaron.org's avatar dbaron%dbaron.org
Browse files

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

parent d0283a6a
No related branches found
No related tags found
No related merge requests found
......@@ -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(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment