Index: xfa/fgas/font/fgas_font.h |
diff --git a/xfa/fgas/font/fgas_font.h b/xfa/fgas/font/fgas_font.h |
index 07bfc1daeae47d3fe64e35be9216fe7971dc4a44..dbc4ec2f3b531d33390d4b38f548ee37ee654dcd 100644 |
--- a/xfa/fgas/font/fgas_font.h |
+++ b/xfa/fgas/font/fgas_font.h |
@@ -111,7 +111,7 @@ class IFGAS_FontMgr { |
const FX_WCHAR* pszFontAlias = nullptr, |
uint32_t dwFontStyles = 0, |
uint16_t wCodePage = 0, |
- FX_BOOL bSaveStream = FALSE) = 0; |
+ bool bSaveStream = false) = 0; |
virtual CFGAS_GEFont* LoadFont(CFGAS_GEFont* pSrcFont, |
uint32_t dwFontStyles, |
uint16_t wCodePage = 0xFFFF) = 0; |