Index: fpdfsdk/include/pdfwindow/PWL_EditCtrl.h |
diff --git a/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h b/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h |
index b13d5e1e79c76681099597c03a3391197f1b4f39..c9d87b217c96d09b5b8f8e1172a5e7fadc411d22 100644 |
--- a/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h |
+++ b/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h |
@@ -30,6 +30,7 @@ class CPWL_Edit; |
class IPWL_Edit_Notify |
{ |
public: |
+ virtual ~IPWL_Edit_Notify() { } |
//when the position of caret is changed in edit |
virtual void OnCaretMove(FX_INT32 x1, FX_INT32 y1, FX_INT32 x2, FX_INT32 y2) {} |
virtual void OnContentChange(const CPDF_Rect& rcContent){} |