diff options
Diffstat (limited to 'xfa/fwl/cfx_barcode.h')
-rw-r--r-- | xfa/fwl/cfx_barcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfx_barcode.h b/xfa/fwl/cfx_barcode.h index 83cb23437f..32a6db57cc 100644 --- a/xfa/fwl/cfx_barcode.h +++ b/xfa/fwl/cfx_barcode.h @@ -27,7 +27,7 @@ class CFX_Barcode { bool Create(BC_TYPE type); BC_TYPE GetType(); - bool Encode(const CFX_WideStringC& contents, bool isDevice); + bool Encode(const CFX_WideStringC& contents); bool RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matrix); |