| Index: xfa/fxbarcode/oned/BC_OneDimWriter.h
 | 
| diff --git a/xfa/fxbarcode/oned/BC_OneDimWriter.h b/xfa/fxbarcode/oned/BC_OneDimWriter.h
 | 
| index 15a1a1a6c74e777b9ab3fab6944cd4bbf70e4a49..a0a076217ad374c6fa9e274700186d3875b9acce 100644
 | 
| --- a/xfa/fxbarcode/oned/BC_OneDimWriter.h
 | 
| +++ b/xfa/fxbarcode/oned/BC_OneDimWriter.h
 | 
| @@ -34,7 +34,7 @@ class CBC_OneDimWriter : public CBC_Writer {
 | 
|    virtual uint8_t* Encode(const CFX_ByteString& contents,
 | 
|                            int32_t& outLength,
 | 
|                            int32_t& e) {
 | 
| -    return NULL;
 | 
| +    return nullptr;
 | 
|    }
 | 
|  
 | 
|    virtual void RenderResult(const CFX_WideStringC& contents,
 | 
| 
 |