| Index: xfa/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.h
|
| diff --git a/xfa/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.h b/xfa/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.h
|
| index d7b56defe93d098dfccd89ab9a08e14dc713273f..95e691a60a153122565cfad987065b748894f966 100644
|
| --- a/xfa/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.h
|
| +++ b/xfa/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.h
|
| @@ -22,10 +22,11 @@ class CBC_PDF417ECErrorCorrection {
|
|
|
| private:
|
| static CBC_PDF417ECModulusGF* m_field;
|
| - static CFX_PtrArray* runEuclideanAlgorithm(CBC_PDF417ECModulusPoly* a,
|
| - CBC_PDF417ECModulusPoly* b,
|
| - int32_t R,
|
| - int32_t& e);
|
| + static CFX_ArrayTemplate<CBC_PDF417ECModulusPoly*>* runEuclideanAlgorithm(
|
| + CBC_PDF417ECModulusPoly* a,
|
| + CBC_PDF417ECModulusPoly* b,
|
| + int32_t R,
|
| + int32_t& e);
|
| static CFX_Int32Array* findErrorLocations(
|
| CBC_PDF417ECModulusPoly* errorLocator,
|
| int32_t& e);
|
|
|