diff options
Diffstat (limited to 'xfa/src/fxbarcode/oned/BC_OnedCode39Writer.h')
-rw-r--r-- | xfa/src/fxbarcode/oned/BC_OnedCode39Writer.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xfa/src/fxbarcode/oned/BC_OnedCode39Writer.h b/xfa/src/fxbarcode/oned/BC_OnedCode39Writer.h index e5a6c68754..1e422827d5 100644 --- a/xfa/src/fxbarcode/oned/BC_OnedCode39Writer.h +++ b/xfa/src/fxbarcode/oned/BC_OnedCode39Writer.h @@ -4,8 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef _BC_ONEDCODA39WRITER_H_ -#define _BC_ONEDCODA39WRITER_H_ +#ifndef XFA_SRC_FXBARCODE_ONED_BC_ONEDCODA39WRITER_H_ +#define XFA_SRC_FXBARCODE_ONED_BC_ONEDCODA39WRITER_H_ + enum BC_TEXT_LOC; class CBC_OneDimWriter; class CBC_OnedCoda39Writer; @@ -49,4 +50,5 @@ class CBC_OnedCode39Writer : public CBC_OneDimWriter { int32_t m_iWideNarrRatio; FX_BOOL m_extendedMode; }; -#endif + +#endif // XFA_SRC_FXBARCODE_ONED_BC_ONEDCODA39WRITER_H_ |