Index: core/fxge/ge/fx_text_int.h |
diff --git a/core/fxge/ge/fx_text_int.h b/core/fxge/ge/fx_text_int.h |
index c3e9cd7679f444094ca0a0460af376f2995fbc1f..2ca23217c72ee7e7a81d9b0d91b4cb7107b53380 100644 |
--- a/core/fxge/ge/fx_text_int.h |
+++ b/core/fxge/ge/fx_text_int.h |
@@ -27,7 +27,7 @@ class CTTFontDesc { |
public: |
CTTFontDesc() { |
m_Type = 0; |
- m_pFontData = NULL; |
+ m_pFontData = nullptr; |
m_RefCount = 0; |
} |
~CTTFontDesc(); |