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