| Index: xfa/fxbarcode/pdf417/BC_PDF417Detector.h
|
| diff --git a/xfa/fxbarcode/pdf417/BC_PDF417Detector.h b/xfa/fxbarcode/pdf417/BC_PDF417Detector.h
|
| index c6fa6f6e7e98eb6e4eab09cd0a9c416fa426a383..c7c21b2a22754b7bfefa5595ff300b6406e6e7bd 100644
|
| --- a/xfa/fxbarcode/pdf417/BC_PDF417Detector.h
|
| +++ b/xfa/fxbarcode/pdf417/BC_PDF417Detector.h
|
| @@ -17,6 +17,7 @@ class CBC_Detector {
|
| public:
|
| CBC_Detector();
|
| virtual ~CBC_Detector();
|
| +
|
| static CBC_PDF417DetectorResult* detect(CBC_BinaryBitmap* image,
|
| int32_t hints,
|
| FX_BOOL multiple,
|
|
|