mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 718539: Followup to fix MSVC warnings. r=me
This commit is contained in:
parent
27a2ee9524
commit
c5cbdaf7d3
@ -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 {
|
||||
|
@ -60,7 +60,7 @@ class nsCSSValue;
|
||||
struct nsCSSRect;
|
||||
|
||||
class nsStyleCoord;
|
||||
class nsCSSValuePairList;
|
||||
struct nsCSSValuePairList;
|
||||
|
||||
template <nsStyleStructID MinIndex, nsStyleStructID Count>
|
||||
class FixedStyleStructArray
|
||||
|
Loading…
Reference in New Issue
Block a user