summaryrefslogtreecommitdiff
path: root/core/fxge/ge/fx_text_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/ge/fx_text_int.h')
-rw-r--r--core/fxge/ge/fx_text_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/ge/fx_text_int.h b/core/fxge/ge/fx_text_int.h
index c3e9cd7679..2ca23217c7 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();