diff options
Diffstat (limited to 'core/fxge/cfx_fontmgr.cpp')
-rw-r--r-- | core/fxge/cfx_fontmgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/cfx_fontmgr.cpp b/core/fxge/cfx_fontmgr.cpp index 2ee46373d5..85999a1976 100644 --- a/core/fxge/cfx_fontmgr.cpp +++ b/core/fxge/cfx_fontmgr.cpp @@ -20,7 +20,7 @@ namespace { struct BuiltinFont { - const uint8_t* m_pFontData; + const uint8_t* m_pFontData; // Raw, POD struct. uint32_t m_dwSize; }; |