Index: core/fxge/cfx_fontmapper.h |
diff --git a/core/fxge/cfx_fontmapper.h b/core/fxge/cfx_fontmapper.h |
index 383550b33a3cf7b1fe4f67f61f0bf2002261dc49..e59966a5300cb9820c9efa6ee3c9b1c267fc5274 100644 |
--- a/core/fxge/cfx_fontmapper.h |
+++ b/core/fxge/cfx_fontmapper.h |
@@ -45,6 +45,7 @@ class CFX_FontMapper { |
} |
std::vector<CFX_ByteString> m_InstalledTTFonts; |
+ std::vector<std::pair<CFX_ByteString, CFX_ByteString>> m_LocalizedTTFonts; |
private: |
static const size_t MM_FACE_COUNT = 2; |