summaryrefslogtreecommitdiff
path: root/fxbarcode/cbc_qrcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxbarcode/cbc_qrcode.h')
-rw-r--r--fxbarcode/cbc_qrcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/cbc_qrcode.h b/fxbarcode/cbc_qrcode.h
index 684993364e..638726769c 100644
--- a/fxbarcode/cbc_qrcode.h
+++ b/fxbarcode/cbc_qrcode.h
@@ -20,7 +20,7 @@ class CBC_QRCode : public CBC_CodeBase {
~CBC_QRCode() 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;