summaryrefslogtreecommitdiff
path: root/xfa/fgas/font/fgas_gefont.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fgas/font/fgas_gefont.h')
-rw-r--r--xfa/fgas/font/fgas_gefont.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/xfa/fgas/font/fgas_gefont.h b/xfa/fgas/font/fgas_gefont.h
index b1b83cac89..835fe2c11a 100644
--- a/xfa/fgas/font/fgas_gefont.h
+++ b/xfa/fgas/font/fgas_gefont.h
@@ -16,11 +16,11 @@
class CXFA_PDFFontMgr;
-class CFX_GEFont : public IFGAS_Font {
+class CFGAS_GEFont : public IFGAS_Font {
public:
- CFX_GEFont(const CFX_GEFont& src, uint32_t dwFontStyles);
- explicit CFX_GEFont(IFGAS_FontMgr* pFontMgr);
- ~CFX_GEFont();
+ CFGAS_GEFont(const CFGAS_GEFont& src, uint32_t dwFontStyles);
+ explicit CFGAS_GEFont(IFGAS_FontMgr* pFontMgr);
+ ~CFGAS_GEFont();
// IFGAS_Font:
virtual void Release();