Index: xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h |
diff --git a/xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h b/xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h |
index e08fb15427faa110861f6a7059a73dc6ab407f55..e32103e27cbfdc00590b4e8218ed3471ade7cce6 100644 |
--- a/xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h |
+++ b/xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h |
@@ -17,6 +17,7 @@ class CBC_DecodedBitStreamPaser { |
public: |
CBC_DecodedBitStreamPaser(); |
virtual ~CBC_DecodedBitStreamPaser(); |
+ |
static void Initialize(); |
static void Finalize(); |
static CBC_CommonDecoderResult* decode(CFX_Int32Array& codewords, |