| Index: xfa/fxbarcode/oned/BC_OnedUPCAWriter.cpp
|
| diff --git a/xfa/fxbarcode/oned/BC_OnedUPCAWriter.cpp b/xfa/fxbarcode/oned/BC_OnedUPCAWriter.cpp
|
| index 580e1a84442e024be55749d3c74652aaa491345e..2b06c8519b0a36e871cd44c702286851db72efe1 100644
|
| --- a/xfa/fxbarcode/oned/BC_OnedUPCAWriter.cpp
|
| +++ b/xfa/fxbarcode/oned/BC_OnedUPCAWriter.cpp
|
| @@ -105,6 +105,12 @@ uint8_t* CBC_OnedUPCAWriter::Encode(const CFX_ByteString& contents,
|
| return ret;
|
| }
|
|
|
| +uint8_t* CBC_OnedUPCAWriter::Encode(const CFX_ByteString& contents,
|
| + int32_t& outLength,
|
| + int32_t& e) {
|
| + return nullptr;
|
| +}
|
| +
|
| void CBC_OnedUPCAWriter::ShowChars(const CFX_WideStringC& contents,
|
| CFX_DIBitmap* pOutBitmap,
|
| CFX_RenderDevice* device,
|
|
|