Index: xfa/fxbarcode/datamatrix/BC_EncoderContext.h |
diff --git a/xfa/fxbarcode/datamatrix/BC_EncoderContext.h b/xfa/fxbarcode/datamatrix/BC_EncoderContext.h |
index 0c1c8a65475c7aa5819fd6b57969f21b25403e3b..8d0ea5d7ed612bd5d6ae34a07699e242a10c86e2 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); |