| Index: xfa/fxbarcode/qrcode/BC_QRDetector.cpp
|
| diff --git a/xfa/fxbarcode/qrcode/BC_QRDetector.cpp b/xfa/fxbarcode/qrcode/BC_QRDetector.cpp
|
| index 3ed1ea14b89d2abaa486e4ed0caf4830ec2a1b77..a5be32a232d5187645841f2aa374c806d403c8e9 100644
|
| --- a/xfa/fxbarcode/qrcode/BC_QRDetector.cpp
|
| +++ b/xfa/fxbarcode/qrcode/BC_QRDetector.cpp
|
| @@ -91,7 +91,7 @@ CBC_QRDetectorResult* CBC_QRDetector::ProcessFinderPatternInfo(
|
| }
|
| CBC_CommonBitMatrix* bits =
|
| SampleGrid(m_image, topLeft.get(), topRight.get(), bottomLeft.get(),
|
| - (CBC_ResultPoint*)(alignmentPattern), dimension, e);
|
| + alignmentPattern, dimension, e);
|
| BC_EXCEPTION_CHECK_ReturnValue(e, nullptr);
|
|
|
| CFX_ArrayTemplate<CBC_ResultPoint*>* points =
|
|
|