Index: xfa/fwl/core/cfwl_evtmouse.cpp |
diff --git a/xfa/fwl/core/cfwl_evtmouse.cpp b/xfa/fwl/core/cfwl_evtmouse.cpp |
index c85172b738d98b2e3dca8cc0671b80717c2c1a87..6202944cd8829e3b6cdebea41768bdd5aa453cf1 100644 |
--- a/xfa/fwl/core/cfwl_evtmouse.cpp |
+++ b/xfa/fwl/core/cfwl_evtmouse.cpp |
@@ -6,10 +6,6 @@ |
#include "xfa/fwl/core/cfwl_evtmouse.h" |
-CFWL_EvtMouse::CFWL_EvtMouse() {} |
+CFWL_EvtMouse::CFWL_EvtMouse() : CFWL_Event(CFWL_EventType::Mouse) {} |
CFWL_EvtMouse::~CFWL_EvtMouse() {} |
- |
-CFWL_EventType CFWL_EvtMouse::GetClassID() const { |
- return CFWL_EventType::Mouse; |
-} |