summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode/qrcode/BC_QRCoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxbarcode/qrcode/BC_QRCoder.h')
-rw-r--r--xfa/src/fxbarcode/qrcode/BC_QRCoder.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoder.h b/xfa/src/fxbarcode/qrcode/BC_QRCoder.h
index 729f13863b..e7087b33d7 100644
--- a/xfa/src/fxbarcode/qrcode/BC_QRCoder.h
+++ b/xfa/src/fxbarcode/qrcode/BC_QRCoder.h
@@ -4,8 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _BC_QRCODER_H_
-#define _BC_QRCODER_H_
+#ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRCODER_H_
+#define XFA_SRC_FXBARCODE_QRCODE_BC_QRCODER_H_
+
class CBC_QRCoderErrorCorrectionLevel;
class CBC_QRCoderMode;
class CBC_CommonByteMatrix;
@@ -52,4 +53,5 @@ class CBC_QRCoder {
void SetMatrix(CBC_CommonByteMatrix* value);
static FX_BOOL IsValidMaskPattern(int32_t maskPattern);
};
-#endif
+
+#endif // XFA_SRC_FXBARCODE_QRCODE_BC_QRCODER_H_