diff options
Diffstat (limited to 'fxbarcode/cbc_ean13.h')
-rw-r--r-- | fxbarcode/cbc_ean13.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/cbc_ean13.h b/fxbarcode/cbc_ean13.h index 11d40bb386..8a62151685 100644 --- a/fxbarcode/cbc_ean13.h +++ b/fxbarcode/cbc_ean13.h @@ -21,7 +21,7 @@ class CBC_EAN13 : public CBC_OneCode { ~CBC_EAN13() 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; |