diff options
Diffstat (limited to 'fxbarcode/cbc_upca.h')
-rw-r--r-- | fxbarcode/cbc_upca.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/cbc_upca.h b/fxbarcode/cbc_upca.h index ef77297be2..5955230c46 100644 --- a/fxbarcode/cbc_upca.h +++ b/fxbarcode/cbc_upca.h @@ -20,7 +20,7 @@ class CBC_UPCA : public CBC_OneCode { ~CBC_UPCA() 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; |