diff options
Diffstat (limited to 'xfa/fxbarcode/cbc_ean8.h')
-rw-r--r-- | xfa/fxbarcode/cbc_ean8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxbarcode/cbc_ean8.h b/xfa/fxbarcode/cbc_ean8.h index d9cd0574da..dd948904fe 100644 --- a/xfa/fxbarcode/cbc_ean8.h +++ b/xfa/fxbarcode/cbc_ean8.h @@ -30,7 +30,7 @@ class CBC_EAN8 : public CBC_OneCode { const CFX_Matrix* matrix, int32_t& e) override; FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override; - BC_TYPE GetType() override { return BC_EAN8; } + BC_TYPE GetType() override; private: CFX_WideString Preprocess(const CFX_WideStringC& contents); |