diff options
Diffstat (limited to 'fxbarcode/cbc_codebase.h')
-rw-r--r-- | fxbarcode/cbc_codebase.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fxbarcode/cbc_codebase.h b/fxbarcode/cbc_codebase.h index be49f8a0e7..86d10c3b92 100644 --- a/fxbarcode/cbc_codebase.h +++ b/fxbarcode/cbc_codebase.h @@ -29,12 +29,12 @@ class CBC_CodeBase { virtual bool Encode(const WideStringView& contents) = 0; virtual bool RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matrix) = 0; - virtual bool SetWideNarrowRatio(int8_t ratio); - virtual bool SetStartChar(char start); - virtual bool SetEndChar(char end); - virtual bool SetErrorCorrectionLevel(int32_t level); bool SetTextLocation(BC_TEXT_LOC location); + bool SetWideNarrowRatio(int8_t ratio); + bool SetStartChar(char start); + bool SetEndChar(char end); + bool SetErrorCorrectionLevel(int32_t level); bool SetCharEncoding(int32_t encoding); bool SetModuleHeight(int32_t moduleHeight); bool SetModuleWidth(int32_t moduleWidth); |