summaryrefslogtreecommitdiff
path: root/xfa/fwl/ifwl_adaptertimermgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/ifwl_adaptertimermgr.h')
-rw-r--r--xfa/fwl/ifwl_adaptertimermgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fwl/ifwl_adaptertimermgr.h b/xfa/fwl/ifwl_adaptertimermgr.h
index 1f655892ea..23627d9191 100644
--- a/xfa/fwl/ifwl_adaptertimermgr.h
+++ b/xfa/fwl/ifwl_adaptertimermgr.h
@@ -11,6 +11,7 @@
class IFWL_AdapterTimerMgr {
public:
+ virtual ~IFWL_AdapterTimerMgr() {}
virtual void Start(CFWL_Timer* pTimer,
uint32_t dwElapse,
bool bImmediately,