Bug 718539: Followup to fix MSVC warnings. r=me

This commit is contained in:
Kyle Huey 2012-05-04 12:45:03 -07:00
parent 27a2ee9524
commit c5cbdaf7d3
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ const PRUint8 kGenericFont_monospace = 0x08;
const PRUint8 kGenericFont_cursive = 0x10;
const PRUint8 kGenericFont_fantasy = 0x20;
class gfxFontStyle;
struct gfxFontStyle;
// Font structure.
struct NS_GFX nsFont {

View File

@ -60,7 +60,7 @@ class nsCSSValue;
struct nsCSSRect;
class nsStyleCoord;
class nsCSSValuePairList;
struct nsCSSValuePairList;
template <nsStyleStructID MinIndex, nsStyleStructID Count>
class FixedStyleStructArray