summaryrefslogtreecommitdiff
path: root/xfa/src/fgas/src/crt/fx_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fgas/src/crt/fx_utils.h')
-rw-r--r--xfa/src/fgas/src/crt/fx_utils.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/xfa/src/fgas/src/crt/fx_utils.h b/xfa/src/fgas/src/crt/fx_utils.h
index 35fdd54423..e491ec024f 100644
--- a/xfa/src/fgas/src/crt/fx_utils.h
+++ b/xfa/src/fgas/src/crt/fx_utils.h
@@ -4,8 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _FX_UTILS_IMP
-#define _FX_UTILS_IMP
+#ifndef XFA_SRC_FGAS_SRC_CRT_FX_UTILS_H_
+#define XFA_SRC_FGAS_SRC_CRT_FX_UTILS_H_
+
class CFX_BaseMassArrayImp : public CFX_Target {
public:
CFX_BaseMassArrayImp(int32_t iChunkSize, int32_t iBlockSize);
@@ -33,4 +34,5 @@ class CFX_BaseMassArrayImp : public CFX_Target {
int32_t iSrcStart = 0,
int32_t iSrcCount = -1);
};
-#endif
+
+#endif // XFA_SRC_FGAS_SRC_CRT_FX_UTILS_H_