Index: xfa/src/fwl/src/basewidget/include/fwl_barcodeimp.h |
diff --git a/xfa/src/fwl/src/basewidget/include/fwl_barcodeimp.h b/xfa/src/fwl/src/basewidget/include/fwl_barcodeimp.h |
index b939885f75760361be728df487d703639bfc85df..d4dd1af7a4a3ea0744f3a6365746e6ceeac6628b 100644 |
--- a/xfa/src/fwl/src/basewidget/include/fwl_barcodeimp.h |
+++ b/xfa/src/fwl/src/basewidget/include/fwl_barcodeimp.h |
@@ -47,6 +47,6 @@ class CFWL_BarcodeImp : public CFWL_EditImp { |
class CFWL_BarcodeImpDelegate : public CFWL_EditImpDelegate { |
public: |
CFWL_BarcodeImpDelegate(CFWL_BarcodeImp* pOwner); |
- virtual FWL_ERR OnProcessEvent(CFWL_Event* pEvent); |
+ FWL_ERR OnProcessEvent(CFWL_Event* pEvent) override; |
}; |
#endif |