summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/cfwl_timer.h')
-rw-r--r--xfa/fwl/cfwl_timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_timer.h b/xfa/fwl/cfwl_timer.h
index 355ea69d67..586c2f3e40 100644
--- a/xfa/fwl/cfwl_timer.h
+++ b/xfa/fwl/cfwl_timer.h
@@ -26,7 +26,7 @@ class CFWL_Timer {
protected:
UnownedPtr<CFWL_Widget> m_pWidget;
- std::unique_ptr<IFWL_AdapterTimerMgr> m_pTimeMgrAdapter;
+ std::unique_ptr<IFWL_AdapterTimerMgr> m_pAdapterTimerMgr;
};
#endif // XFA_FWL_CFWL_TIMER_H_