| Index: xfa/fxbarcode/cbc_code39.cpp
|
| diff --git a/xfa/fxbarcode/cbc_code39.cpp b/xfa/fxbarcode/cbc_code39.cpp
|
| index 03e618e188074a097437953198999383de9233d2..2b9852a07401b9faf5093c5eb18a4ded01f0fa0c 100644
|
| --- a/xfa/fxbarcode/cbc_code39.cpp
|
| +++ b/xfa/fxbarcode/cbc_code39.cpp
|
| @@ -90,6 +90,10 @@ FX_BOOL CBC_Code39::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) {
|
| return TRUE;
|
| }
|
|
|
| +BC_TYPE CBC_Code39::GetType() {
|
| + return BC_CODE39;
|
| +}
|
| +
|
| CFX_WideString CBC_Code39::Decode(uint8_t* buf,
|
| int32_t width,
|
| int32_t height,
|
|
|