| Index: xfa/fxfa/app/xfa_ffbarcode.h
|
| diff --git a/xfa/fxfa/app/xfa_ffbarcode.h b/xfa/fxfa/app/xfa_ffbarcode.h
|
| index ffa7037839bded30053056749e333f0fdcab86f3..1ccdea671f13f86cd062d977016a286b5eb1e53c 100644
|
| --- a/xfa/fxfa/app/xfa_ffbarcode.h
|
| +++ b/xfa/fxfa/app/xfa_ffbarcode.h
|
| @@ -17,7 +17,7 @@ class CXFA_FFBarcode : public CXFA_FFTextEdit {
|
| virtual ~CXFA_FFBarcode();
|
| virtual FX_BOOL LoadWidget();
|
| virtual void RenderWidget(CFX_Graphics* pGS,
|
| - CFX_Matrix* pMatrix = NULL,
|
| + CFX_Matrix* pMatrix = nullptr,
|
| uint32_t dwStatus = 0,
|
| int32_t iRotate = 0);
|
| virtual void UpdateWidgetProperty();
|
|
|