Index: core/src/fxge/ge/fx_ge_text.cpp |
diff --git a/core/src/fxge/ge/fx_ge_text.cpp b/core/src/fxge/ge/fx_ge_text.cpp |
index 8d54363d14668341bfa8cf5fcf81bb68cab166be..8fb03d86eb9a7aafeb8d73b05223b428a0148790 100644 |
--- a/core/src/fxge/ge/fx_ge_text.cpp |
+++ b/core/src/fxge/ge/fx_ge_text.cpp |
@@ -1167,6 +1167,9 @@ FX_BOOL CFX_RenderDevice::DrawTextPath(int nChars, |
} |
return TRUE; |
} |
+ |
+CFX_FontCache::CFX_FontCache() {} |
+ |
CFX_FontCache::~CFX_FontCache() { |
FreeCache(TRUE); |
} |