| Index: xfa/fwl/basewidget/ifwl_spinbutton.h
|
| diff --git a/xfa/fwl/basewidget/ifwl_spinbutton.h b/xfa/fwl/basewidget/ifwl_spinbutton.h
|
| index 2894d08197531f6bf065f7d2ebf0bff12d831803..5f032d9e7e18c8026ee94824ea68f42eb3492e31 100644
|
| --- a/xfa/fwl/basewidget/ifwl_spinbutton.h
|
| +++ b/xfa/fwl/basewidget/ifwl_spinbutton.h
|
| @@ -22,7 +22,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:
|
|
|