| Index: xfa/fgas/font/fgas_gefont.h
|
| diff --git a/xfa/fgas/font/fgas_gefont.h b/xfa/fgas/font/fgas_gefont.h
|
| index b1b83cac894762228d9d59dee8f4667af1ca6fbb..835fe2c11a2423484a143b70b496c007116c3508 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();
|
|
|