summaryrefslogtreecommitdiff
path: root/fxbarcode/cbc_ean8.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxbarcode/cbc_ean8.h')
-rw-r--r--fxbarcode/cbc_ean8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/cbc_ean8.h b/fxbarcode/cbc_ean8.h
index d0f6ff8965..df0ca6246a 100644
--- a/fxbarcode/cbc_ean8.h
+++ b/fxbarcode/cbc_ean8.h
@@ -20,7 +20,7 @@ class CBC_EAN8 : public CBC_OneCode {
~CBC_EAN8() override;
// CBC_OneCode:
- 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;