Index: xfa/fxfa/app/xfa_fftextedit.h |
diff --git a/xfa/fxfa/app/xfa_fftextedit.h b/xfa/fxfa/app/xfa_fftextedit.h |
index 9b73577aab3c0743c6faf0e85c43b00cc7fc420b..dca2ef4bc17db2be1c9fbabe3d5ac451f3052735 100644 |
--- a/xfa/fxfa/app/xfa_fftextedit.h |
+++ b/xfa/fxfa/app/xfa_fftextedit.h |
@@ -47,7 +47,7 @@ class CXFA_FFTextEdit : public CXFA_FFField { |
void OnProcessMessage(CFWL_Message* pMessage) override; |
void OnProcessEvent(CFWL_Event* pEvent) override; |
void OnDrawWidget(CFX_Graphics* pGraphics, |
- const CFX_Matrix* pMatrix = NULL) override; |
+ const CFX_Matrix* pMatrix = nullptr) override; |
void OnTextChanged(IFWL_Widget* pWidget, |
const CFX_WideString& wsChanged, |