summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_parser/parser_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/fpdfapi/fpdf_parser/parser_int.h')
-rw-r--r--core/src/fpdfapi/fpdf_parser/parser_int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/fpdfapi/fpdf_parser/parser_int.h b/core/src/fpdfapi/fpdf_parser/parser_int.h
index c7f240384f..70b5fcf870 100644
--- a/core/src/fpdfapi/fpdf_parser/parser_int.h
+++ b/core/src/fpdfapi/fpdf_parser/parser_int.h
@@ -29,7 +29,8 @@ class CPDF_HintTables {
FX_FILESIZE& szPageStartPos,
FX_FILESIZE& szPageLength,
FX_DWORD& dwObjNum);
- FX_BOOL CheckPage(int index, IFX_DownloadHints* pHints);
+ IPDF_DataAvail::DocAvailStatus CheckPage(int index,
+ IFX_DownloadHints* pHints);
FX_BOOL LoadHintStream(CPDF_Stream* pHintStream);
protected: