Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(877)

Unified Diff: xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp

Issue 2048983002: Get rid of NULLs in xfa/fxbarcode/ (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: more cleanup Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp
diff --git a/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp b/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp
index 9a22d4db3ab9d3292722254ab10a353297db068a..31d95b0cb7b4d38b61ace98e0baff73febe1395e 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;

Powered by Google App Engine
This is Rietveld 408576698