Index: xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h |
diff --git a/xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h b/xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h |
index 415e27b1666dc4810f0410fe9b8157380c35b88a..4ff67768267869f8f891ff0b2a87cbf3dde3eb26 100644 |
--- a/xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h |
+++ b/xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h |
@@ -6,12 +6,15 @@ |
#ifndef XFA_FXBARCODE_DATAMATRIX_BC_DATAMATRIXDECODEDBITSTREAMPARSER_H_ |
#define XFA_FXBARCODE_DATAMATRIX_BC_DATAMATRIXDECODEDBITSTREAMPARSER_H_ |
+ |
class CBC_CommonDecoderResult; |
class CBC_CommonBitSource; |
+ |
class CBC_DataMatrixDecodedBitStreamParser { |
public: |
CBC_DataMatrixDecodedBitStreamParser(); |
virtual ~CBC_DataMatrixDecodedBitStreamParser(); |
+ |
static CBC_CommonDecoderResult* Decode(CFX_ByteArray& bytes, int32_t& e); |
private: |