| Index: xfa/fwl/core/cfwl_evtscroll.h
|
| diff --git a/xfa/fwl/core/cfwl_evtscroll.h b/xfa/fwl/core/cfwl_evtscroll.h
|
| index d8da34e86dd0e91c77916e892385fb90092df68e..f333fa1b3122be5710d60216c168417371005628 100644
|
| --- a/xfa/fwl/core/cfwl_evtscroll.h
|
| +++ b/xfa/fwl/core/cfwl_evtscroll.h
|
| @@ -27,11 +27,8 @@ class CFWL_EvtScroll : public CFWL_Event {
|
| CFWL_EvtScroll();
|
| ~CFWL_EvtScroll() override;
|
|
|
| - CFWL_EventType GetClassID() const override;
|
| -
|
| FWL_SCBCODE m_iScrollCode;
|
| FX_FLOAT m_fPos;
|
| - bool* m_pRet;
|
| };
|
|
|
| #endif // XFA_FWL_CORE_CFWL_EVTSCROLL_H_
|
|
|