зеркало из https://github.com/mozilla/gecko-dev.git
Bug 718539: Followup to fix MSVC warnings. r=me
This commit is contained in:
Родитель
7c5534843d
Коммит
8f79312973
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче