summaryrefslogtreecommitdiff
path: root/xfa/src/fgas/src/font/fx_gefont.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fgas/src/font/fx_gefont.h')
-rw-r--r--xfa/src/fgas/src/font/fx_gefont.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/xfa/src/fgas/src/font/fx_gefont.h b/xfa/src/fgas/src/font/fx_gefont.h
index 9137cba82d..cddc984ca7 100644
--- a/xfa/src/fgas/src/font/fx_gefont.h
+++ b/xfa/src/fgas/src/font/fx_gefont.h
@@ -4,8 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _FX_GRAPHOBJS_IMP
-#define _FX_GRAPHOBJS_IMP
+#ifndef XFA_SRC_FGAS_SRC_FONT_FX_GEFONT_H_
+#define XFA_SRC_FGAS_SRC_FONT_FX_GEFONT_H_
+
#ifndef _FXPLUS
class CFX_GEFontMgr;
#ifndef FXFONT_SUBST_ITALIC
@@ -87,4 +88,5 @@ class CFX_GEFont : public IFX_Font, public CFX_ThreadLock {
FX_BOOL bCharCode = FALSE);
};
#endif
-#endif
+
+#endif // XFA_SRC_FGAS_SRC_FONT_FX_GEFONT_H_