diff options
Diffstat (limited to 'fpdfsdk/cpdfsdk_baannothandler.h')
-rw-r--r-- | fpdfsdk/cpdfsdk_baannothandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fpdfsdk/cpdfsdk_baannothandler.h b/fpdfsdk/cpdfsdk_baannothandler.h index 7db9a4d7d7..86f7b937e8 100644 --- a/fpdfsdk/cpdfsdk_baannothandler.h +++ b/fpdfsdk/cpdfsdk_baannothandler.h @@ -38,7 +38,8 @@ 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; + void ReplaceSelection(CPDFSDK_Annot* pAnnot, + const CFX_WideString& text) override; bool HitTest(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, const CFX_PointF& point) override; |