diff options
Diffstat (limited to 'xfa/src/fxbarcode/BC_Reader.h')
-rw-r--r-- | xfa/src/fxbarcode/BC_Reader.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xfa/src/fxbarcode/BC_Reader.h b/xfa/src/fxbarcode/BC_Reader.h index 37e2efd776..1f19a2f278 100644 --- a/xfa/src/fxbarcode/BC_Reader.h +++ b/xfa/src/fxbarcode/BC_Reader.h @@ -4,8 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef _BC_READER_H_ -#define _BC_READER_H_ +#ifndef XFA_SRC_FXBARCODE_BC_READER_H_ +#define XFA_SRC_FXBARCODE_BC_READER_H_ + class CBC_BinaryBitmap; class CBC_Reader; class CBC_Reader { @@ -17,4 +18,5 @@ class CBC_Reader { int32_t hints, int32_t& e) = 0; }; -#endif + +#endif // XFA_SRC_FXBARCODE_BC_READER_H_ |