summaryrefslogtreecommitdiff
path: root/core/fxge/cfx_gemodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/cfx_gemodule.h')
-rw-r--r--core/fxge/cfx_gemodule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/cfx_gemodule.h b/core/fxge/cfx_gemodule.h
index 587ec89e59..4dfa413437 100644
--- a/core/fxge/cfx_gemodule.h
+++ b/core/fxge/cfx_gemodule.h
@@ -40,7 +40,7 @@ class CFX_GEModule {
void DestroyPlatform();
uint8_t m_GammaValue[256];
- CFX_FontCache* m_pFontCache;
+ std::unique_ptr<CFX_FontCache> m_pFontCache;
std::unique_ptr<CFX_FontMgr> m_pFontMgr;
CCodec_ModuleMgr* m_pCodecModule;
void* m_pPlatformData;