| Index: xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h
|
| diff --git a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h
|
| index 65785491e4b9f4652b63b741362a75bcc7758173..ba239768426b35c0ce76375be6b6c9eac00e66ea 100644
|
| --- a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h
|
| +++ b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _BC_DATAMATRIXDECODEDBITSTREAMPARSER_H_
|
| -#define _BC_DATAMATRIXDECODEDBITSTREAMPARSER_H_
|
| +#ifndef XFA_SRC_FXBARCODE_DATAMATRIX_BC_DATAMATRIXDECODEDBITSTREAMPARSER_H_
|
| +#define XFA_SRC_FXBARCODE_DATAMATRIX_BC_DATAMATRIXDECODEDBITSTREAMPARSER_H_
|
| class CBC_CommonDecoderResult;
|
| class CBC_CommonBitSource;
|
| class CBC_DataMatrixDecodedBitStreamParser {
|
| @@ -54,4 +54,5 @@ class CBC_DataMatrixDecodedBitStreamParser {
|
| const static int32_t EDIFACT_ENCODE;
|
| const static int32_t BASE256_ENCODE;
|
| };
|
| -#endif
|
| +
|
| +#endif // XFA_SRC_FXBARCODE_DATAMATRIX_BC_DATAMATRIXDECODEDBITSTREAMPARSER_H_
|
|
|