summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/app/xfa_ffbarcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/src/app/xfa_ffbarcode.h')
-rw-r--r--xfa/src/fxfa/src/app/xfa_ffbarcode.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_ffbarcode.h b/xfa/src/fxfa/src/app/xfa_ffbarcode.h
index 0d52486d16..58826869b5 100644
--- a/xfa/src/fxfa/src/app/xfa_ffbarcode.h
+++ b/xfa/src/fxfa/src/app/xfa_ffbarcode.h
@@ -4,8 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _FXFA_FORMFILLER_BARCODE_IMP_H
-#define _FXFA_FORMFILLER_BARCODE_IMP_H
+#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFBARCODE_H_
+#define XFA_SRC_FXFA_SRC_APP_XFA_FFBARCODE_H_
+
class CXFA_FFTextEdit;
class CXFA_FFBarcode : public CXFA_FFTextEdit {
public:
@@ -92,4 +93,5 @@ struct XFA_BARCODETYPEENUMINFO {
};
typedef XFA_BARCODETYPEENUMINFO const* XFA_LPCBARCODETYPEENUMINFO;
extern const XFA_BARCODETYPEENUMINFO g_XFABarCodeTypeEnumData[];
-#endif
+
+#endif // XFA_SRC_FXFA_SRC_APP_XFA_FFBARCODE_H_