summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-src/poppler/Form.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/poppler/Form.h')
-rw-r--r--Build/source/libs/poppler/poppler-src/poppler/Form.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/Build/source/libs/poppler/poppler-src/poppler/Form.h b/Build/source/libs/poppler/poppler-src/poppler/Form.h
index d467b473bcd..4628dbfe328 100644
--- a/Build/source/libs/poppler/poppler-src/poppler/Form.h
+++ b/Build/source/libs/poppler/poppler-src/poppler/Form.h
@@ -167,8 +167,8 @@ public:
void updateWidgetAppearance();
protected:
+ FormFieldButton *parent() const;
GooString *onStr;
- FormFieldButton *parent;
};
//------------------------------------------------------------------------
@@ -197,7 +197,7 @@ public:
bool isRichText () const;
int getMaxLen () const;
protected:
- FormFieldText *parent;
+ FormFieldText *parent() const;
};
//------------------------------------------------------------------------
@@ -238,7 +238,7 @@ public:
bool isListBox () const;
protected:
bool _checkRange (int i);
- FormFieldChoice *parent;
+ FormFieldChoice *parent() const;
};
//------------------------------------------------------------------------
@@ -251,9 +251,6 @@ public:
void updateWidgetAppearance();
SignatureInfo *validateSignature(bool doVerifyCert, bool forceRevalidation);
-
-protected:
- FormFieldSignature *parent;
};
//------------------------------------------------------------------------