| Index: xfa/fxbarcode/common/BC_CommonByteArray.cpp
|
| diff --git a/xfa/fxbarcode/common/BC_CommonByteArray.cpp b/xfa/fxbarcode/common/BC_CommonByteArray.cpp
|
| index 71fa85f0c48c3be7afb438476d8ad46c55601254..050ecb0bf8442569774573e86afe93a472834655 100644
|
| --- a/xfa/fxbarcode/common/BC_CommonByteArray.cpp
|
| +++ b/xfa/fxbarcode/common/BC_CommonByteArray.cpp
|
| @@ -85,7 +85,7 @@ void CBC_CommonByteArray::Set(uint8_t* source, int32_t offset, int32_t count) {
|
| FXSYS_memcpy(m_bytes, source + offset, count);
|
| m_index = count;
|
| }
|
| -void CBC_CommonByteArray::Set(CFX_ByteArray* source,
|
| +void CBC_CommonByteArray::Set(CFX_ArrayTemplate<uint8_t>* source,
|
| int32_t offset,
|
| int32_t count) {
|
| FX_Free(m_bytes);
|
|
|