| Index: xfa/fxbarcode/datamatrix/BC_DataMatrixReader.h
|
| diff --git a/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.h b/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.h
|
| index 21fc54eeb5793c13ef48e0a2f2f4b672be920fcb..c7a0995dcb42d78e7e8864180cd0134ac850aa50 100644
|
| --- a/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.h
|
| +++ b/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.h
|
| @@ -15,9 +15,13 @@ class CBC_DataMatrixDecoder;
|
| class CBC_DataMatrixReader : public CBC_Reader {
|
| public:
|
| CBC_DataMatrixReader();
|
| - virtual ~CBC_DataMatrixReader();
|
| - CFX_ByteString Decode(CBC_BinaryBitmap* image, int32_t& e);
|
| - CFX_ByteString Decode(CBC_BinaryBitmap* image, int hints, int32_t& e);
|
| + ~CBC_DataMatrixReader() override;
|
| +
|
| + // CBC_Reader
|
| + CFX_ByteString Decode(CBC_BinaryBitmap* image, int32_t& e) override;
|
| + CFX_ByteString Decode(CBC_BinaryBitmap* image,
|
| + int hints,
|
| + int32_t& e) override;
|
|
|
| virtual void Init();
|
|
|
|
|