| Index: xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.h
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.h b/xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.h
|
| index 214d641c5347e352cf4530d8af7e84333d041752..b6b4a48588ce4314c8420621e04fcec235291af1 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.h
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.h
|
| @@ -4,8 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _BC_QRECODERBITVECTOR_H_
|
| -#define _BC_QRECODERBITVECTOR_H_
|
| +#ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRECODERBITVECTOR_H_
|
| +#define XFA_SRC_FXBARCODE_QRCODE_BC_QRECODERBITVECTOR_H_
|
| +
|
| class CBC_QRCoderBitVector {
|
| private:
|
| int32_t m_sizeInBits;
|
| @@ -28,4 +29,5 @@ class CBC_QRCoderBitVector {
|
| void Clear();
|
| virtual void Init();
|
| };
|
| -#endif
|
| +
|
| +#endif // XFA_SRC_FXBARCODE_QRCODE_BC_QRECODERBITVECTOR_H_
|
|
|