fix build bustage

This commit is contained in:
vladimir%pobox.com 2006-03-05 09:26:57 +00:00
parent 59e3ea7861
commit 2f354a2d51

View File

@ -83,7 +83,7 @@ public:
ATSUFontFallbacks *GetATSUFontFallbacks() { return &mFallbacks; }
gfxAtsuiFont* GetFontAt(PRInt32 i) {
return NS_STATIC_CAST(gfxAtsuiFont*, NS_STATIC_CAST(gfxFont*, GetFontList()[i]));
return NS_STATIC_CAST(gfxAtsuiFont*, NS_STATIC_CAST(gfxFont*, mFonts[i]));
}
protected: