diff options
Diffstat (limited to 'fxbarcode/oned/BC_OneDimWriter.h')
-rw-r--r-- | fxbarcode/oned/BC_OneDimWriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/oned/BC_OneDimWriter.h b/fxbarcode/oned/BC_OneDimWriter.h index 5c9ef09e4d..a597d860f6 100644 --- a/fxbarcode/oned/BC_OneDimWriter.h +++ b/fxbarcode/oned/BC_OneDimWriter.h @@ -91,7 +91,7 @@ class CBC_OneDimWriter : public CBC_Writer { int32_t m_iFontStyle; uint32_t m_fontColor; BC_TEXT_LOC m_locTextLoc; - FX_STRSIZE m_iContentLen; + size_t m_iContentLen; bool m_bLeftPadding; bool m_bRightPadding; std::vector<CFX_PathData> m_output; |