Index: core/include/fxge/fx_font.h |
diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h |
index dd0de401efcf3efdbefc526943be710dfef16caa..356e94e69c0667c2fd9ccf72538281d6e3c6ac3e 100644 |
--- a/core/include/fxge/fx_font.h |
+++ b/core/include/fxge/fx_font.h |
@@ -505,7 +505,7 @@ class CFX_FaceCache { |
FXFT_Face const m_Face; |
std::map<CFX_ByteString, CFX_SizeGlyphCache*> m_SizeMap; |
- CFX_MapPtrToPtr m_PathMap; |
+ std::map<FX_DWORD, CFX_PathData*> m_PathMap; |
CFX_DIBitmap* m_pBitmap; |
}; |