| Index: xfa/fxbarcode/pdf417/BC_PDF417Writer.h
|
| diff --git a/xfa/fxbarcode/pdf417/BC_PDF417Writer.h b/xfa/fxbarcode/pdf417/BC_PDF417Writer.h
|
| index 178d251bfeca9bb388e033160cd3b1341970f13b..420c441bc909173645b9f60af9f5bbac12723a5c 100644
|
| --- a/xfa/fxbarcode/pdf417/BC_PDF417Writer.h
|
| +++ b/xfa/fxbarcode/pdf417/BC_PDF417Writer.h
|
| @@ -27,7 +27,9 @@ class CBC_PDF417Writer : public CBC_TwoDimWriter {
|
| void SetTruncated(bool truncated);
|
|
|
| private:
|
| - void rotateArray(CFX_ByteArray& bitarray, int32_t width, int32_t height);
|
| + void rotateArray(CFX_ArrayTemplate<uint8_t>& bitarray,
|
| + int32_t width,
|
| + int32_t height);
|
| bool m_bTruncated;
|
| };
|
|
|
|
|