diff options
Diffstat (limited to 'fpdfsdk/fxedit/fxet_edit.h')
-rw-r--r-- | fpdfsdk/fxedit/fxet_edit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/fxedit/fxet_edit.h b/fpdfsdk/fxedit/fxet_edit.h index fb64e0a401..bb5246226d 100644 --- a/fpdfsdk/fxedit/fxet_edit.h +++ b/fpdfsdk/fxedit/fxet_edit.h @@ -343,7 +343,7 @@ class CFX_Edit { bool InsertReturn(); bool Backspace(); bool Delete(); - bool Clear(); + bool ClearSelection(); bool InsertText(const CFX_WideString& sText, int32_t charset); bool Redo(); bool Undo(); |