diff options
Diffstat (limited to 'xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.h')
-rw-r--r-- | xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.h b/xfa/src/fxbarcode/qrcode/BC_QRCoderECBlocks.h index df542fc00f..d2ba509631 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_ |