| Index: xfa/fxbarcode/utils.h
|
| diff --git a/xfa/fxbarcode/utils.h b/xfa/fxbarcode/utils.h
|
| index 60d4754096f7a7849f8ea5762782b1f71d58a8bf..da10555e2e8917b70b021b7215565acf681579a3 100644
|
| --- a/xfa/fxbarcode/utils.h
|
| +++ b/xfa/fxbarcode/utils.h
|
| @@ -11,8 +11,8 @@
|
|
|
| typedef CFX_MapPtrTemplate<void*, int32_t> CFX_PtrToInt32;
|
| FX_BOOL BC_FX_ByteString_Replace(CFX_ByteString& dst,
|
| - FX_DWORD first,
|
| - FX_DWORD last,
|
| + uint32_t first,
|
| + uint32_t last,
|
| int32_t count,
|
| FX_CHAR c);
|
| void BC_FX_ByteString_Append(CFX_ByteString& dst, int32_t count, FX_CHAR c);
|
|
|