Index: fpdfsdk/include/pdfwindow/PWL_Edit.h |
diff --git a/fpdfsdk/include/pdfwindow/PWL_Edit.h b/fpdfsdk/include/pdfwindow/PWL_Edit.h |
index 6af324d5f78ff57c9d04f25e843f264043e5140a..f7d7b6f8f11a5b3a9b8ce1650ddd2bf8c9f0f5fc 100644 |
--- a/fpdfsdk/include/pdfwindow/PWL_Edit.h |
+++ b/fpdfsdk/include/pdfwindow/PWL_Edit.h |
@@ -14,6 +14,7 @@ class IPWL_SpellCheck; |
class IPWL_Filler_Notify |
{ |
public: |
+ virtual ~IPWL_Filler_Notify() { } |
virtual void QueryWherePopup(void* pPrivateData, FX_FLOAT fPopupMin,FX_FLOAT fPopupMax, |
FX_INT32 & nRet, FX_FLOAT & fPopupRet) = 0; //nRet: (0:bottom 1:top) |
virtual void OnBeforeKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode, |