| Index: xfa/fwl/core/cfwl_themetext.h
|
| diff --git a/xfa/fwl/core/cfwl_themetext.h b/xfa/fwl/core/cfwl_themetext.h
|
| index 7f3dde91d886095303504fe26a92dd7bbea6b842..c8929bd1f0ca52c8c9c70c98beb706d5daa24d2f 100644
|
| --- a/xfa/fwl/core/cfwl_themetext.h
|
| +++ b/xfa/fwl/core/cfwl_themetext.h
|
| @@ -13,7 +13,7 @@
|
|
|
| class CFWL_ThemeText : public CFWL_ThemePart {
|
| public:
|
| - CFWL_ThemeText() : m_pGraphics(NULL) {}
|
| + CFWL_ThemeText() : m_pGraphics(nullptr) {}
|
| CFX_WideString m_wsText;
|
| uint32_t m_dwTTOStyles;
|
| int32_t m_iTTOAlign;
|
|
|