Index: xfa/src/fxbarcode/pdf417/BC_PDF417DetectorResult.h |
diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417DetectorResult.h b/xfa/src/fxbarcode/pdf417/BC_PDF417DetectorResult.h |
index c12614d7205e330cfc8e9f426d77ac502db70175..dbc2ffcf35b400f62b29e6b7a401df4b0e5d61c8 100644 |
--- a/xfa/src/fxbarcode/pdf417/BC_PDF417DetectorResult.h |
+++ b/xfa/src/fxbarcode/pdf417/BC_PDF417DetectorResult.h |
@@ -4,8 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef _BC_PDF417DETECTORRESULT_H_ |
-#define _BC_PDF417DETECTORRESULT_H_ |
+#ifndef XFA_SRC_FXBARCODE_PDF417_BC_PDF417DETECTORRESULT_H_ |
+#define XFA_SRC_FXBARCODE_PDF417_BC_PDF417DETECTORRESULT_H_ |
+ |
class CBC_CommonBitMatrix; |
class CBC_PDF417DetectorResult { |
public: |
@@ -18,4 +19,5 @@ class CBC_PDF417DetectorResult { |
CBC_CommonBitMatrix* m_bits; |
CFX_PtrArray* m_points; |
}; |
-#endif |
+ |
+#endif // XFA_SRC_FXBARCODE_PDF417_BC_PDF417DETECTORRESULT_H_ |