summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_xfawidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk/cpdfsdk_xfawidget.h')
-rw-r--r--fpdfsdk/cpdfsdk_xfawidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/cpdfsdk_xfawidget.h b/fpdfsdk/cpdfsdk_xfawidget.h
index f261b9a600..9d0be75f13 100644
--- a/fpdfsdk/cpdfsdk_xfawidget.h
+++ b/fpdfsdk/cpdfsdk_xfawidget.h
@@ -22,7 +22,7 @@ class CPDFSDK_XFAWidget : public CPDFSDK_Annot {
CPDFSDK_InterForm* pInterForm);
~CPDFSDK_XFAWidget() override {}
- FX_BOOL IsXFAField() override;
+ bool IsXFAField() override;
CXFA_FFWidget* GetXFAWidget() const override;
CPDF_Annot::Subtype GetAnnotSubtype() const override;
CFX_FloatRect GetRect() const override;