| Index: xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.h
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.h b/xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.h
|
| index df542fc00f090f2ad91853c3afe6e5b1bb40cb10..d2ba5096316c9145863a76f23677f8ab0836b995 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.h
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.h
|
| @@ -4,8 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _BC_QRCODERECBLOCKS_H_
|
| -#define _BC_QRCODERECBLOCKS_H_
|
| +#ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERECBLOCKS_H_
|
| +#define XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERECBLOCKS_H_
|
| +
|
| class CBC_QRCoderECB;
|
| class CBC_QRCoderECBlocks {
|
| private:
|
| @@ -23,4 +24,5 @@ class CBC_QRCoderECBlocks {
|
| int32_t GetTotalECCodeWords();
|
| CFX_PtrArray* GetECBlocks();
|
| };
|
| -#endif
|
| +
|
| +#endif // XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERECBLOCKS_H_
|
|
|