| Index: fpdfsdk/fpdfeditimg.cpp
|
| diff --git a/fpdfsdk/fpdfeditimg.cpp b/fpdfsdk/fpdfeditimg.cpp
|
| index 042ad2bf379f0150a0aa534bdc5fabbaa9ccc98f..282244970d3c31e26448659a673d395fb5bf1143 100644
|
| --- a/fpdfsdk/fpdfeditimg.cpp
|
| +++ b/fpdfsdk/fpdfeditimg.cpp
|
| @@ -32,7 +32,7 @@ FPDFImageObj_LoadJpegFile(FPDF_PAGE* pages,
|
| if (!image_object || !fileAccess || !pages)
|
| return FALSE;
|
|
|
| - IFX_FileRead* pFile = new CPDF_CustomAccess(fileAccess);
|
| + IFX_SeekableReadStream* pFile = new CPDF_CustomAccess(fileAccess);
|
| CPDF_ImageObject* pImgObj = reinterpret_cast<CPDF_ImageObject*>(image_object);
|
| for (int index = 0; index < nCount; index++) {
|
| CPDF_Page* pPage = CPDFPageFromFPDFPage(pages[index]);
|
|
|