| Index: xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
|
| diff --git a/xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h b/xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
|
| index 80d931b5879307fafaa1f7794a930e755655df44..9bf1b3cbce0d7cb8eb9cec115714e52d628d70d4 100644
|
| --- a/xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
|
| +++ b/xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
|
| @@ -13,6 +13,7 @@ class CBC_BarcodeRow {
|
| public:
|
| CBC_BarcodeRow(int32_t width);
|
| virtual ~CBC_BarcodeRow();
|
| +
|
| void set(int32_t x, uint8_t value);
|
| void set(int32_t x, FX_BOOL black);
|
| void addBar(FX_BOOL black, int32_t width);
|
|
|