summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfx_barcode.h
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-10-27 13:10:24 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-27 13:10:24 -0700
commite93dbd6c18b8b58e5d6b4813052fafbc323e9692 (patch)
treefb1fdada3c0b2eb1d7d00eeee19e7870340f0f17 /xfa/fwl/core/cfx_barcode.h
parent5c15e67e12e245d102a2e0ef1b4ade54379f252c (diff)
downloadpdfium-e93dbd6c18b8b58e5d6b4813052fafbc323e9692.tar.xz
Fix some FX_BOOL / int noise in XFA barcodes
Review-Url: https://codereview.chromium.org/2447163007
Diffstat (limited to 'xfa/fwl/core/cfx_barcode.h')
-rw-r--r--xfa/fwl/core/cfx_barcode.h2
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);