diff options
Diffstat (limited to 'xfa/fwl/core/cfx_barcode.h')
-rw-r--r-- | xfa/fwl/core/cfx_barcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfx_barcode.h b/xfa/fwl/core/cfx_barcode.h index 389ff52042..8a6a10adc2 100644 --- a/xfa/fwl/core/cfx_barcode.h +++ b/xfa/fwl/core/cfx_barcode.h @@ -40,7 +40,7 @@ class CFX_Barcode { FX_BOOL CheckContentValidity(const CFX_WideStringC& contents); FX_BOOL SetPrintChecksum(FX_BOOL checksum); FX_BOOL SetDataLength(int32_t length); - FX_BOOL SetCalChecksum(int32_t state); + FX_BOOL SetCalChecksum(FX_BOOL state); FX_BOOL SetFont(CFX_Font* pFont); FX_BOOL SetFontSize(FX_FLOAT size); FX_BOOL SetFontStyle(int32_t style); |