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