| Index: xfa/fxbarcode/pdf417/BC_PDF417.h
|
| diff --git a/xfa/fxbarcode/pdf417/BC_PDF417.h b/xfa/fxbarcode/pdf417/BC_PDF417.h
|
| index 2e46f80ce8a7da30f2f4a1b494ea8753f217a4eb..f2fb5cb89e7feafda9fc2a2381523a58c8316edd 100644
|
| --- a/xfa/fxbarcode/pdf417/BC_PDF417.h
|
| +++ b/xfa/fxbarcode/pdf417/BC_PDF417.h
|
| @@ -18,6 +18,7 @@ class CBC_PDF417 {
|
| CBC_PDF417();
|
| CBC_PDF417(FX_BOOL compact);
|
| virtual ~CBC_PDF417();
|
| +
|
| CBC_BarcodeMatrix* getBarcodeMatrix();
|
| void generateBarcodeLogic(CFX_WideString msg,
|
| int32_t errorCorrectionLevel,
|
|
|