| Index: xfa/src/fxbarcode/qrcode/BC_QRBitMatrixParser.h
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRBitMatrixParser.h b/xfa/src/fxbarcode/qrcode/BC_QRBitMatrixParser.h
|
| index 3d23c0c5611da59d63ba91c6cd6c2a6f1f679910..3ad6fb2c27ad7a41aa68ceecc5c7939e38f83c2f 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRBitMatrixParser.h
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRBitMatrixParser.h
|
| @@ -4,8 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _BC_QRABITMATRIXPARSER_H_
|
| -#define _BC_QRABITMATRIXPARSER_H_
|
| +#ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRABITMATRIXPARSER_H_
|
| +#define XFA_SRC_FXBARCODE_QRCODE_BC_QRABITMATRIXPARSER_H_
|
| +
|
| class CBC_CommonBitMatrix;
|
| class CBC_QRCoderVersion;
|
| class CBC_QRCoderFormatInformation;
|
| @@ -27,4 +28,5 @@ class CBC_QRBitMatrixParser {
|
| CFX_ByteArray* ReadCodewords(int32_t& e);
|
| virtual void Init(CBC_CommonBitMatrix* bitMatrix, int32_t& e);
|
| };
|
| -#endif
|
| +
|
| +#endif // XFA_SRC_FXBARCODE_QRCODE_BC_QRABITMATRIXPARSER_H_
|
|
|