| Index: xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.h
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.h b/xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.h
|
| index 38d74233bbb9b7a6c581b62bc091d538800beab0..05fc2f85511f9e6621f0fa8229bd1c73b6db5f88 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.h
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.h
|
| @@ -4,8 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _BC_QRCODERENCODER_H_
|
| -#define _BC_QRCODERENCODER_H_
|
| +#ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERENCODER_H_
|
| +#define XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERENCODER_H_
|
| +
|
| class Make_Pair;
|
| class CBC_QRCoder;
|
| class CBC_QRCoderErrorCorrectionLevel;
|
| @@ -126,4 +127,5 @@ class CBC_QRCoderEncoder {
|
| CFX_ByteString& encoding,
|
| int32_t& e);
|
| };
|
| -#endif
|
| +
|
| +#endif // XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERENCODER_H_
|
|
|