Index: xfa/fwl/basewidget/ifwl_spinbutton.h |
diff --git a/xfa/fwl/basewidget/ifwl_spinbutton.h b/xfa/fwl/basewidget/ifwl_spinbutton.h |
index b98e2255ffd86a6618ec9277e43690d8c555fdb8..e246b8a36f240356326d10f481e2ede5c72c1b2b 100644 |
--- a/xfa/fwl/basewidget/ifwl_spinbutton.h |
+++ b/xfa/fwl/basewidget/ifwl_spinbutton.h |
@@ -24,7 +24,7 @@ class IFWL_SpinButton : public IFWL_Widget { |
static IFWL_SpinButton* Create(const CFWL_WidgetImpProperties& properties, |
IFWL_Widget* pOuter); |
- FWL_ERR EnableButton(FX_BOOL bEnable, FX_BOOL bUp = TRUE); |
+ FWL_Error EnableButton(FX_BOOL bEnable, FX_BOOL bUp = TRUE); |
FX_BOOL IsButtonEnable(FX_BOOL bUp = TRUE); |
protected: |