summaryrefslogtreecommitdiff
path: root/xfa/src/fwl/src/core/include/fwl_widgetimp.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fwl/src/core/include/fwl_widgetimp.h')
-rw-r--r--xfa/src/fwl/src/core/include/fwl_widgetimp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/src/fwl/src/core/include/fwl_widgetimp.h b/xfa/src/fwl/src/core/include/fwl_widgetimp.h
index af4ceced95..fa523f390c 100644
--- a/xfa/src/fwl/src/core/include/fwl_widgetimp.h
+++ b/xfa/src/fwl/src/core/include/fwl_widgetimp.h
@@ -121,6 +121,7 @@ class CFWL_WidgetImpDelegate
{
public:
CFWL_WidgetImpDelegate();
+ virtual ~CFWL_WidgetImpDelegate() {}
virtual int32_t OnProcessMessage(CFWL_Message *pMessage);
virtual FWL_ERR OnProcessEvent(CFWL_Event *pEvent);
virtual FWL_ERR OnDrawWidget(CFX_Graphics *pGraphics, const CFX_Matrix *pMatrix = NULL);