| Index: xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h b/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h
|
| index 5f4637127e8d58cbba5d0fc761c330a2d3fe5af6..1f64faa98eaa62403786749f7c46c7f34151b0ae 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h
|
| @@ -4,8 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _BC_QRCODERVERSION_H_
|
| -#define _BC_QRCODERVERSION_H_
|
| +#ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERVERSION_H_
|
| +#define XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERVERSION_H_
|
| +
|
| class CBC_QRCoderECBlocks;
|
| class CBC_CommonBitMatrix;
|
| class CBC_QRCoderErrorCorrectionLevel;
|
| @@ -46,4 +47,5 @@ class CBC_QRCoderVersion {
|
| int32_t& e);
|
| static void Destroy();
|
| };
|
| -#endif
|
| +
|
| +#endif // XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERVERSION_H_
|
|
|