зеркало из https://github.com/mozilla/pjs.git
Bug 718539: Followup to fix MSVC warnings. r=me
This commit is contained in:
Родитель
8d74c51ea4
Коммит
c3a6c6af88
|
@ -64,7 +64,7 @@ const PRUint8 kGenericFont_monospace = 0x08;
|
||||||
const PRUint8 kGenericFont_cursive = 0x10;
|
const PRUint8 kGenericFont_cursive = 0x10;
|
||||||
const PRUint8 kGenericFont_fantasy = 0x20;
|
const PRUint8 kGenericFont_fantasy = 0x20;
|
||||||
|
|
||||||
class gfxFontStyle;
|
struct gfxFontStyle;
|
||||||
|
|
||||||
// Font structure.
|
// Font structure.
|
||||||
struct NS_GFX nsFont {
|
struct NS_GFX nsFont {
|
||||||
|
|
|
@ -60,7 +60,7 @@ class nsCSSValue;
|
||||||
struct nsCSSRect;
|
struct nsCSSRect;
|
||||||
|
|
||||||
class nsStyleCoord;
|
class nsStyleCoord;
|
||||||
class nsCSSValuePairList;
|
struct nsCSSValuePairList;
|
||||||
|
|
||||||
template <nsStyleStructID MinIndex, nsStyleStructID Count>
|
template <nsStyleStructID MinIndex, nsStyleStructID Count>
|
||||||
class FixedStyleStructArray
|
class FixedStyleStructArray
|
||||||
|
|
Загрузка…
Ссылка в новой задаче