From 6dc1d7753691c0ff2f390e8ffd95a3182064487e Mon Sep 17 00:00:00 2001 From: thestig Date: Thu, 9 Jun 2016 18:39:33 -0700 Subject: Get rid of NULLs in xfa/fxbarcode/ Review-Url: https://codereview.chromium.org/2048983002 --- xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp') diff --git a/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp b/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp index 9a22d4db3a..31d95b0cb7 100644 --- a/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp +++ b/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp @@ -33,7 +33,7 @@ #include "xfa/fxbarcode/utils.h" CBC_DataMatrixReader::CBC_DataMatrixReader() { - m_decoder = NULL; + m_decoder = nullptr; } void CBC_DataMatrixReader::Init() { m_decoder = new CBC_DataMatrixDecoder; -- cgit v1.2.3