| Index: core/include/fpdfapi/ipdf_data_avail.h
|
| diff --git a/core/include/fpdfapi/ipdf_data_avail.h b/core/include/fpdfapi/ipdf_data_avail.h
|
| index 5b8fd0b5e235d256c96b48d10cd750fe5c8de779..e2b22eaf2a757019700d1ad7221aca1040b8cf40 100644
|
| --- a/core/include/fpdfapi/ipdf_data_avail.h
|
| +++ b/core/include/fpdfapi/ipdf_data_avail.h
|
| @@ -16,7 +16,7 @@ class CPDF_Object;
|
| class IPDF_DataAvail {
|
| public:
|
| // Must match PDF_DATA_* definitions in public/fpdf_dataavail.h, but cannot
|
| - // #include that header. fpdfsdk/src/fpdf_dataavail.cpp has static_asserts
|
| + // #include that header. fpdfsdk/fpdf_dataavail.cpp has static_asserts
|
| // to make sure the two sets of values match.
|
| enum DocAvailStatus {
|
| DataError = -1, // PDF_DATA_ERROR
|
| @@ -25,7 +25,7 @@ class IPDF_DataAvail {
|
| };
|
|
|
| // Must match PDF_*LINEAR* definitions in public/fpdf_dataavail.h, but cannot
|
| - // #include that header. fpdfsdk/src/fpdf_dataavail.cpp has static_asserts
|
| + // #include that header. fpdfsdk/fpdf_dataavail.cpp has static_asserts
|
| // to make sure the two sets of values match.
|
| enum DocLinearizationStatus {
|
| LinearizationUnknown = -1, // PDF_LINEARIZATION_UNKNOWN
|
| @@ -34,7 +34,7 @@ class IPDF_DataAvail {
|
| };
|
|
|
| // Must match PDF_FORM_* definitions in public/fpdf_dataavail.h, but cannot
|
| - // #include that header. fpdfsdk/src/fpdf_dataavail.cpp has static_asserts
|
| + // #include that header. fpdfsdk/fpdf_dataavail.cpp has static_asserts
|
| // to make sure the two sets of values match.
|
| enum DocFormStatus {
|
| FormError = -1, // PDF_FORM_ERROR
|
|
|