| Index: xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| diff --git a/xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp b/xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| index f64abb61c08363fec35eb3d8bc8e15dfabcd0523..45ffd638583a82e76e84fcdd99903e169b439a7c 100644
|
| --- a/xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| +++ b/xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp
|
| @@ -197,7 +197,7 @@ CBC_ResultPoint* CBC_WhiteRectangleDetector::GetBlackPointOnSegment(
|
| return new CBC_ResultPoint((FX_FLOAT)x, (FX_FLOAT)y);
|
| }
|
| }
|
| - return NULL;
|
| + return nullptr;
|
| }
|
| int32_t CBC_WhiteRectangleDetector::DistanceL2(FX_FLOAT aX,
|
| FX_FLOAT aY,
|
|
|