| Index: xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h
|
| diff --git a/xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h b/xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h
|
| index 853b9eea98180398fb6c6495a22797312f5b55e7..0f6922233db558f1acba36a07a530bee4eb490ec 100644
|
| --- a/xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h
|
| +++ b/xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h
|
| @@ -18,7 +18,7 @@ class CBC_BarcodeMatrix {
|
| virtual ~CBC_BarcodeMatrix();
|
|
|
| void set(int32_t x, int32_t y, uint8_t value);
|
| - void setMatrix(int32_t x, int32_t y, FX_BOOL black);
|
| + void setMatrix(int32_t x, int32_t y, bool black);
|
| void startRow();
|
| CBC_BarcodeRow* getCurrentRow();
|
| CFX_ByteArray& getMatrix();
|
|
|