From 95e5834ab6b6e5aa370cacd6266cecbd82c4c155 Mon Sep 17 00:00:00 2001 From: tsepez Date: Fri, 28 Oct 2016 11:34:42 -0700 Subject: Continue fixing FX_BOOL / int noise Review-Url: https://codereview.chromium.org/2459073002 --- xfa/fde/css/fde_cssdeclaration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fde/css') diff --git a/xfa/fde/css/fde_cssdeclaration.h b/xfa/fde/css/fde_cssdeclaration.h index d33e7107c8..3598429e3a 100644 --- a/xfa/fde/css/fde_cssdeclaration.h +++ b/xfa/fde/css/fde_cssdeclaration.h @@ -14,7 +14,7 @@ class FDE_CSSPropertyHolder : public CFX_Target { public: int16_t eProperty; - int16_t bImportant; + FX_BOOL bImportant; IFDE_CSSValue* pValue; FDE_CSSPropertyHolder* pNext; }; -- cgit v1.2.3