diff options
Diffstat (limited to 'xfa/fwl/core/cfx_barcode.cpp')
-rw-r--r-- | xfa/fwl/core/cfx_barcode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfx_barcode.cpp b/xfa/fwl/core/cfx_barcode.cpp index 549f908229..f870833647 100644 --- a/xfa/fwl/core/cfx_barcode.cpp +++ b/xfa/fwl/core/cfx_barcode.cpp @@ -132,7 +132,7 @@ FX_BOOL CFX_Barcode::SetDataLength(int32_t length) { return FALSE; } } -FX_BOOL CFX_Barcode::SetCalChecksum(int32_t state) { +FX_BOOL CFX_Barcode::SetCalChecksum(FX_BOOL state) { switch (GetType()) { case BC_CODE39: case BC_CODABAR: |