summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_annot.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-09 19:15:35 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-09 19:15:35 +0000
commit512adc5d1b8ad634278e659b1704fd90c358dca3 (patch)
tree552636c065497c096bec0f2783495fd64b2dcb7b /fpdfsdk/cpdfsdk_annot.h
parentc1bf9988bbe2f74d227ce071171455ae99c47dbb (diff)
downloadpdfium-512adc5d1b8ad634278e659b1704fd90c358dca3.tar.xz
Mark more bits const in CPDFSDK_XFAWidget.
Change-Id: Ib262eafc73751890a95fb60a5c8d880e9c6792af Reviewed-on: https://pdfium-review.googlesource.com/c/43615 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fpdfsdk/cpdfsdk_annot.h')
-rw-r--r--fpdfsdk/cpdfsdk_annot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/cpdfsdk_annot.h b/fpdfsdk/cpdfsdk_annot.h
index 708a223a50..5f7d2ed947 100644
--- a/fpdfsdk/cpdfsdk_annot.h
+++ b/fpdfsdk/cpdfsdk_annot.h
@@ -35,7 +35,7 @@ class CPDFSDK_Annot : public Observable<CPDFSDK_Annot> {
virtual CPDFSDK_BAAnnot* AsBAAnnot();
#ifdef PDF_ENABLE_XFA
- virtual bool IsXFAField();
+ virtual bool IsXFAField() const;
virtual CXFA_FFWidget* GetXFAWidget() const;
#endif // PDF_ENABLE_XFA