summaryrefslogtreecommitdiff
path: root/xfa/fxbarcode/pdf417/BC_PDF417Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxbarcode/pdf417/BC_PDF417Common.h')
-rw-r--r--xfa/fxbarcode/pdf417/BC_PDF417Common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxbarcode/pdf417/BC_PDF417Common.h b/xfa/fxbarcode/pdf417/BC_PDF417Common.h
index c72d66410e..490507285b 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;