summaryrefslogtreecommitdiff
path: root/fxbarcode/cbc_pdf417i.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxbarcode/cbc_pdf417i.h')
-rw-r--r--fxbarcode/cbc_pdf417i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/cbc_pdf417i.h b/fxbarcode/cbc_pdf417i.h
index 2d1c8d3284..73f99d3579 100644
--- a/fxbarcode/cbc_pdf417i.h
+++ b/fxbarcode/cbc_pdf417i.h
@@ -20,7 +20,7 @@ class CBC_PDF417I : public CBC_CodeBase {
~CBC_PDF417I() override;
// CBC_CodeBase:
- bool Encode(const CFX_WideStringC& contents, bool isDevice) override;
+ bool Encode(const CFX_WideStringC& contents) override;
bool RenderDevice(CFX_RenderDevice* device,
const CFX_Matrix* matrix) override;
BC_TYPE GetType() override;