Index: xfa/fxbarcode/datamatrix/BC_DefaultPlacement.h |
diff --git a/xfa/fxbarcode/datamatrix/BC_DefaultPlacement.h b/xfa/fxbarcode/datamatrix/BC_DefaultPlacement.h |
index f9b44621b1d48f6a89288f3979b4eed56029544d..64d02886f7641138efa22584d3c0cb7886826fe4 100644 |
--- a/xfa/fxbarcode/datamatrix/BC_DefaultPlacement.h |
+++ b/xfa/fxbarcode/datamatrix/BC_DefaultPlacement.h |
@@ -19,9 +19,9 @@ class CBC_DefaultPlacement { |
int32_t getNumrows(); |
int32_t getNumcols(); |
CFX_ByteArray& getBits(); |
- FX_BOOL getBit(int32_t col, int32_t row); |
- void setBit(int32_t col, int32_t row, FX_BOOL bit); |
- FX_BOOL hasBit(int32_t col, int32_t row); |
+ bool getBit(int32_t col, int32_t row); |
+ void setBit(int32_t col, int32_t row, bool bit); |
+ bool hasBit(int32_t col, int32_t row); |
void place(); |
private: |