From 12f3e4a58f05850b93af35619cb04f0231d86acc Mon Sep 17 00:00:00 2001 From: tsepez Date: Wed, 2 Nov 2016 15:17:29 -0700 Subject: Remove FX_BOOL from core Review-Url: https://codereview.chromium.org/2477443002 --- core/fxcrt/fx_ext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fxcrt/fx_ext.h') diff --git a/core/fxcrt/fx_ext.h b/core/fxcrt/fx_ext.h index cca80b1142..b7fd6f67f7 100644 --- a/core/fxcrt/fx_ext.h +++ b/core/fxcrt/fx_ext.h @@ -101,7 +101,7 @@ typedef FX_GUID const* FX_LPCGUID; void FX_GUID_CreateV4(FX_LPGUID pGUID); void FX_GUID_ToString(FX_LPCGUID pGUID, CFX_ByteString& bsStr, - FX_BOOL bSeparator = TRUE); + bool bSeparator = true); #endif // PDF_ENABLE_XFA template -- cgit v1.2.3