| Index: xfa/fxbarcode/cbc_ean8.h
|
| diff --git a/xfa/fxbarcode/cbc_ean8.h b/xfa/fxbarcode/cbc_ean8.h
|
| index ffd06e51d525336b15406a0b1c230ebe01b5763a..6a475cb795cde745a375c95c813b0c6899100fae 100644
|
| --- a/xfa/fxbarcode/cbc_ean8.h
|
| +++ b/xfa/fxbarcode/cbc_ean8.h
|
| @@ -18,13 +18,13 @@ class CBC_EAN8 : public CBC_OneCode {
|
| ~CBC_EAN8() override;
|
|
|
| // CBC_OneCode:
|
| - FX_BOOL Encode(const CFX_WideStringC& contents,
|
| - FX_BOOL isDevice,
|
| - int32_t& e) override;
|
| - FX_BOOL RenderDevice(CFX_RenderDevice* device,
|
| - const CFX_Matrix* matrix,
|
| - int32_t& e) override;
|
| - FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
|
| + bool Encode(const CFX_WideStringC& contents,
|
| + bool isDevice,
|
| + int32_t& e) override;
|
| + bool RenderDevice(CFX_RenderDevice* device,
|
| + const CFX_Matrix* matrix,
|
| + int32_t& e) override;
|
| + bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
|
| BC_TYPE GetType() override;
|
|
|
| private:
|
|
|