diff options
Diffstat (limited to 'fpdfsdk/cpdfsdk_baannothandler.h')
-rw-r--r-- | fpdfsdk/cpdfsdk_baannothandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/cpdfsdk_baannothandler.h b/fpdfsdk/cpdfsdk_baannothandler.h index 2af2f3ee99..7db9a4d7d7 100644 --- a/fpdfsdk/cpdfsdk_baannothandler.h +++ b/fpdfsdk/cpdfsdk_baannothandler.h @@ -38,6 +38,7 @@ class CPDFSDK_BAAnnotHandler : public IPDFSDK_AnnotHandler { CFX_FloatRect GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) override; CFX_WideString GetSelectedText(CPDFSDK_Annot* pAnnot) override; + void DeleteSelectedText(CPDFSDK_Annot* pAnnot) override; bool HitTest(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, const CFX_PointF& point) override; |