| Index: xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.h
|
| diff --git a/xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.h b/xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.h
|
| index 1590ce227aa4386276e71ac19e57d2188f175b8e..e5cad81b9f5afe7a00b6fb89eefacebeff21255a 100644
|
| --- a/xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.h
|
| +++ b/xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.h
|
| @@ -16,6 +16,7 @@ class CBC_DetectionResult {
|
| CBC_DetectionResult(CBC_BarcodeMetadata* barcodeMetadata,
|
| CBC_BoundingBox* boundingBox);
|
| virtual ~CBC_DetectionResult();
|
| +
|
| CFX_ArrayTemplate<CBC_DetectionResultColumn*>& getDetectionResultColumns();
|
| void setBoundingBox(CBC_BoundingBox* boundingBox);
|
| CBC_BoundingBox* getBoundingBox();
|
|
|