| Index: xfa/fwl/core/ifwl_spinbutton.h
|
| diff --git a/xfa/fwl/core/ifwl_spinbutton.h b/xfa/fwl/core/ifwl_spinbutton.h
|
| index 157c1411db62a2d166c9cfbb594a759abacc422e..ab888b1b0c4e61e386e1d24ac4de27cb8fc11a06 100644
|
| --- a/xfa/fwl/core/ifwl_spinbutton.h
|
| +++ b/xfa/fwl/core/ifwl_spinbutton.h
|
| @@ -21,7 +21,7 @@ class CFWL_WidgetProperties;
|
|
|
| class IFWL_SpinButton : public IFWL_Widget {
|
| public:
|
| - IFWL_SpinButton(const IFWL_App* app,
|
| + IFWL_SpinButton(const CFWL_App* app,
|
| std::unique_ptr<CFWL_WidgetProperties> properties);
|
| ~IFWL_SpinButton() override;
|
|
|
|
|