summaryrefslogtreecommitdiff
path: root/xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp')
-rw-r--r--xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp b/xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp
index f64abb61c0..45ffd63858 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,