Index: xfa/fwl/basewidget/fwl_editimp.h |
diff --git a/xfa/fwl/basewidget/fwl_editimp.h b/xfa/fwl/basewidget/fwl_editimp.h |
index f8fb1aa37dd651a05376b1a3f465ce3dd59bc6f2..a86c3f2669346bd07a68ce4c50b14c15534739c0 100644 |
--- a/xfa/fwl/basewidget/fwl_editimp.h |
+++ b/xfa/fwl/basewidget/fwl_editimp.h |
@@ -38,7 +38,7 @@ class CFWL_EditImp : public CFWL_WidgetImp, public IFDE_TxtEdtEventSink { |
FWL_ERR SetWidgetRect(const CFX_RectF& rect) override; |
FWL_ERR Update() override; |
uint32_t HitTest(FX_FLOAT fx, FX_FLOAT fy) override; |
- FWL_ERR SetStates(uint32_t dwStates, FX_BOOL bSet = TRUE) override; |
+ void SetStates(uint32_t dwStates, FX_BOOL bSet = TRUE) override; |
FWL_ERR DrawWidget(CFX_Graphics* pGraphics, |
const CFX_Matrix* pMatrix = NULL) override; |
FWL_ERR SetThemeProvider(IFWL_ThemeProvider* pThemeProvider) override; |