| Index: xfa/fxbarcode/utils.h
|
| diff --git a/xfa/fxbarcode/utils.h b/xfa/fxbarcode/utils.h
|
| index 7473d4196b2df35c67d3c5c598215ac8f3646205..cb6eed7fe1223ac12c46a5d91b5efda6b1b5f62b 100644
|
| --- a/xfa/fxbarcode/utils.h
|
| +++ b/xfa/fxbarcode/utils.h
|
| @@ -15,7 +15,8 @@ bool BC_FX_ByteString_Replace(CFX_ByteString& dst,
|
| int32_t count,
|
| FX_CHAR c);
|
| void BC_FX_ByteString_Append(CFX_ByteString& dst, int32_t count, FX_CHAR c);
|
| -void BC_FX_ByteString_Append(CFX_ByteString& dst, const CFX_ByteArray& ba);
|
| +void BC_FX_ByteString_Append(CFX_ByteString& dst,
|
| + const CFX_ArrayTemplate<uint8_t>& ba);
|
|
|
| #if (_FX_OS_ == _FX_WIN32_DESKTOP_ || _FX_OS_ == _FX_WIN64_)
|
| #include <limits>
|
|
|