| Index: xfa/fde/fde_visualset.h
|
| diff --git a/xfa/fde/fde_visualset.h b/xfa/fde/fde_visualset.h
|
| index 48b2ae7b94fdc0e91e8d8516e01f7713e1cdee16..5f51385cebd481ef84eabc37730b4412709e8a2e 100644
|
| --- a/xfa/fde/fde_visualset.h
|
| +++ b/xfa/fde/fde_visualset.h
|
| @@ -51,7 +51,7 @@ class IFDE_TextSet : public IFDE_VisualSet {
|
| virtual int32_t GetDisplayPos(FDE_HVISUALOBJ hText,
|
| FXTEXT_CHARPOS* pCharPos,
|
| FX_BOOL bCharCode = FALSE,
|
| - CFX_WideString* pWSForms = NULL) = 0;
|
| + CFX_WideString* pWSForms = nullptr) = 0;
|
| virtual int32_t GetCharRects(FDE_HVISUALOBJ hText,
|
| CFX_RectFArray& rtArray) = 0;
|
| };
|
|
|