summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-src/xpdf/AcroForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-src/xpdf/AcroForm.h')
-rw-r--r--Build/source/libs/xpdf/xpdf-src/xpdf/AcroForm.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/libs/xpdf/xpdf-src/xpdf/AcroForm.h b/Build/source/libs/xpdf/xpdf-src/xpdf/AcroForm.h
index 7678d46dbc8..0e922d17afc 100644
--- a/Build/source/libs/xpdf/xpdf-src/xpdf/AcroForm.h
+++ b/Build/source/libs/xpdf/xpdf-src/xpdf/AcroForm.h
@@ -11,10 +11,6 @@
#include <aconf.h>
-#ifdef USE_GCC_PRAGMAS
-#pragma interface
-#endif
-
class TextString;
class Gfx;
class GfxFont;
@@ -47,7 +43,7 @@ private:
AcroForm(PDFDoc *docA, Object *acroFormObjA);
void buildAnnotPageList(Catalog *catalog);
int lookupAnnotPage(Object *annotRef);
- void scanField(Object *fieldRef);
+ void scanField(Object *fieldRef, char *touchedObjs);
PDFDoc *doc;
Object acroFormObj;