| Index: xfa/fxbarcode/common/BC_CommonByteArray.h
|
| diff --git a/xfa/fxbarcode/common/BC_CommonByteArray.h b/xfa/fxbarcode/common/BC_CommonByteArray.h
|
| index dd6ee581ef78bf19fc7c60e76435203d98784710..009f625a8649a6bb8fbad78ebed6e7d826b2c96b 100644
|
| --- a/xfa/fxbarcode/common/BC_CommonByteArray.h
|
| +++ b/xfa/fxbarcode/common/BC_CommonByteArray.h
|
| @@ -25,7 +25,7 @@ class CBC_CommonByteArray {
|
| void AppendByte(int32_t value);
|
| void Reserve(int32_t capacity);
|
| void Set(uint8_t* source, int32_t offset, int32_t count);
|
| - void Set(CFX_ByteArray* source, int32_t offset, int32_t count);
|
| + void Set(CFX_ArrayTemplate<uint8_t>* source, int32_t offset, int32_t count);
|
|
|
| private:
|
| int32_t m_size;
|
|
|