Index: xfa/fxfa/app/xfa_ffcheckbutton.cpp |
diff --git a/xfa/fxfa/app/xfa_ffcheckbutton.cpp b/xfa/fxfa/app/xfa_ffcheckbutton.cpp |
index 9e174a286e1db62b9bc7c1e0aed0e712724de292..d7589a58a923427ebed8987a2cac6088a0ab873d 100644 |
--- a/xfa/fxfa/app/xfa_ffcheckbutton.cpp |
+++ b/xfa/fxfa/app/xfa_ffcheckbutton.cpp |
@@ -20,7 +20,7 @@ |
CXFA_FFCheckButton::CXFA_FFCheckButton(CXFA_FFPageView* pPageView, |
CXFA_WidgetAcc* pDataAcc) |
- : CXFA_FFField(pPageView, pDataAcc), m_pOldDelegate(NULL) { |
+ : CXFA_FFField(pPageView, pDataAcc), m_pOldDelegate(nullptr) { |
m_rtCheckBox.Set(0, 0, 0, 0); |
} |
CXFA_FFCheckButton::~CXFA_FFCheckButton() {} |