From d19e912dd469e4bdad9f3020e1f6eb98f10f3470 Mon Sep 17 00:00:00 2001 From: tsepez Date: Wed, 2 Nov 2016 15:43:18 -0700 Subject: Remove FX_BOOL from xfa. Review-Url: https://codereview.chromium.org/2467203003 --- xfa/fxbarcode/datamatrix/BC_EncoderContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxbarcode/datamatrix/BC_EncoderContext.h') diff --git a/xfa/fxbarcode/datamatrix/BC_EncoderContext.h b/xfa/fxbarcode/datamatrix/BC_EncoderContext.h index 0c1c8a6547..8d0ea5d7ed 100644 --- a/xfa/fxbarcode/datamatrix/BC_EncoderContext.h +++ b/xfa/fxbarcode/datamatrix/BC_EncoderContext.h @@ -30,7 +30,7 @@ class CBC_EncoderContext : public CBC_SymbolShapeHint { int32_t getCodewordCount(); void signalEncoderChange(int32_t encoding); void resetEncoderSignal(); - FX_BOOL hasMoreCharacters(); + bool hasMoreCharacters(); int32_t getRemainingCharacters(); void updateSymbolInfo(int32_t& e); void updateSymbolInfo(int32_t len, int32_t& e); -- cgit v1.2.3