summaryrefslogtreecommitdiff
path: root/xfa/fwl/ifwl_widgetdelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/ifwl_widgetdelegate.h')
-rw-r--r--xfa/fwl/ifwl_widgetdelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/ifwl_widgetdelegate.h b/xfa/fwl/ifwl_widgetdelegate.h
index 09bac9ab4e..17b8933974 100644
--- a/xfa/fwl/ifwl_widgetdelegate.h
+++ b/xfa/fwl/ifwl_widgetdelegate.h
@@ -16,7 +16,7 @@ class CFX_Matrix;
class IFWL_WidgetDelegate {
public:
- virtual ~IFWL_WidgetDelegate() {}
+ virtual ~IFWL_WidgetDelegate() = default;
virtual void OnProcessMessage(CFWL_Message* pMessage) = 0;
virtual void OnProcessEvent(CFWL_Event* pEvent) = 0;