| Index: xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp
 | 
| diff --git a/xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp b/xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp
 | 
| index ffa0a4d9d1ddbce820df908ee973d1c76cf77e8a..5bfd51b09aea5e3aed8de9c08ca900b69aa0e7a8 100644
 | 
| --- a/xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp
 | 
| +++ b/xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp
 | 
| @@ -33,7 +33,7 @@
 | 
|  #include "xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.h"
 | 
|  
 | 
|  CBC_DataMatrixDecoder::CBC_DataMatrixDecoder() {
 | 
| -  m_rsDecoder = NULL;
 | 
| +  m_rsDecoder = nullptr;
 | 
|  }
 | 
|  void CBC_DataMatrixDecoder::Init() {
 | 
|    m_rsDecoder =
 | 
| 
 |