diff options
Diffstat (limited to 'xfa/fwl/cfwl_eventmouse.h')
-rw-r--r-- | xfa/fwl/cfwl_eventmouse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_eventmouse.h b/xfa/fwl/cfwl_eventmouse.h index a5caa93959..170f39af4e 100644 --- a/xfa/fwl/cfwl_eventmouse.h +++ b/xfa/fwl/cfwl_eventmouse.h @@ -9,7 +9,7 @@ #include "xfa/fwl/cfwl_event.h" -class CFWL_EventMouse : public CFWL_Event { +class CFWL_EventMouse final : public CFWL_Event { public: explicit CFWL_EventMouse(CFWL_Widget* pSrcTarget); CFWL_EventMouse(CFWL_Widget* pSrcTarget, CFWL_Widget* pDstTarget); |