Index: core/fxge/android/fx_android_font.cpp |
diff --git a/core/fxge/android/fx_android_font.cpp b/core/fxge/android/fx_android_font.cpp |
index 3246eb7f9e069c38a837cade543f60e43c9dbbb4..c7e876544b1e4d0c2ccb03b0b8248bbc188c34df 100644 |
--- a/core/fxge/android/fx_android_font.cpp |
+++ b/core/fxge/android/fx_android_font.cpp |
@@ -13,6 +13,7 @@ |
#include "core/fxge/android/fx_android_font.h" |
CFX_AndroidFontInfo::CFX_AndroidFontInfo() : m_pFontMgr(nullptr) {} |
+CFX_AndroidFontInfo::~CFX_AndroidFontInfo() {} |
FX_BOOL CFX_AndroidFontInfo::Init(CFPF_SkiaFontMgr* pFontMgr) { |
if (!pFontMgr) |
return FALSE; |