Index: xfa/fxbarcode/pdf417/BC_PDF417Common.h |
diff --git a/xfa/fxbarcode/pdf417/BC_PDF417Common.h b/xfa/fxbarcode/pdf417/BC_PDF417Common.h |
index c72d66410ed4d31645ae15035f406eec87cb810a..490507285bf9c61e9c5432e23c1fb8225d81c1ed 100644 |
--- a/xfa/fxbarcode/pdf417/BC_PDF417Common.h |
+++ b/xfa/fxbarcode/pdf417/BC_PDF417Common.h |
@@ -13,6 +13,7 @@ class CBC_PDF417Common { |
public: |
CBC_PDF417Common(); |
virtual ~CBC_PDF417Common(); |
+ |
static int32_t getBitCountSum(CFX_Int32Array& moduleBitCount); |
static int32_t getCodeword(uint32_t symbol); |
static const int32_t NUMBER_OF_CODEWORDS = 929; |