Index: xfa/fwl/basewidget/fwl_editimp.h |
diff --git a/xfa/fwl/basewidget/fwl_editimp.h b/xfa/fwl/basewidget/fwl_editimp.h |
index 3732b48f1fddbd621c602ea90ddcfb501689f94c..72f2ad03e4d364560face42afe169969c5e6f058 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 { |
FWL_ERR SetWidgetRect(const CFX_RectF& rect) override; |
FWL_ERR Update() override; |
FWL_WidgetHit 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; |