summaryrefslogtreecommitdiff
path: root/fxbarcode/cbc_codebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxbarcode/cbc_codebase.h')
-rw-r--r--fxbarcode/cbc_codebase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/cbc_codebase.h b/fxbarcode/cbc_codebase.h
index ac9aaabcbb..f1a7b03ae2 100644
--- a/fxbarcode/cbc_codebase.h
+++ b/fxbarcode/cbc_codebase.h
@@ -26,7 +26,7 @@ class CBC_CodeBase {
virtual ~CBC_CodeBase();
virtual BC_TYPE GetType() = 0;
- virtual bool Encode(const CFX_WideStringC& contents, bool isDevice) = 0;
+ virtual bool Encode(const CFX_WideStringC& contents) = 0;
virtual bool RenderDevice(CFX_RenderDevice* device,
const CFX_Matrix* matrix) = 0;