| Index: xfa/fxbarcode/cbc_code39.h
|
| diff --git a/xfa/fxbarcode/cbc_code39.h b/xfa/fxbarcode/cbc_code39.h
|
| index d6dad7df31e0e192fdcaef3943c2eb0fefbe71a9..673975ba91640fd04c4436a993a28c831bba4f2c 100644
|
| --- a/xfa/fxbarcode/cbc_code39.h
|
| +++ b/xfa/fxbarcode/cbc_code39.h
|
| @@ -32,7 +32,7 @@ class CBC_Code39 : 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_CODE39; }
|
| + BC_TYPE GetType() override;
|
|
|
| FX_BOOL SetTextLocation(BC_TEXT_LOC location);
|
| FX_BOOL SetWideNarrowRatio(int32_t ratio);
|
|
|