| Index: xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h
|
| diff --git a/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h b/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h
|
| index b71cfb4c06555e29376e1d1b83b5e7de9a18ad2c..95828f1a0e133d8bcf97a029e01d671f969b7c6f 100644
|
| --- a/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h
|
| +++ b/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h
|
| @@ -17,7 +17,9 @@ class CBC_ReedSolomonEncoder {
|
| explicit CBC_ReedSolomonEncoder(CBC_ReedSolomonGF256* field);
|
| virtual ~CBC_ReedSolomonEncoder();
|
|
|
| - void Encode(CFX_Int32Array* toEncode, int32_t ecBytes, int32_t& e);
|
| + void Encode(CFX_ArrayTemplate<int32_t>* toEncode,
|
| + int32_t ecBytes,
|
| + int32_t& e);
|
| virtual void Init();
|
|
|
| private:
|
|
|