| Index: xfa/fwl/theme/cfwl_datetimepickertp.h
|
| diff --git a/xfa/fwl/theme/cfwl_datetimepickertp.h b/xfa/fwl/theme/cfwl_datetimepickertp.h
|
| index d9950de9efe34c08a567c60859fe3e950ce4b958..2e6ebba7da182951df523750fc09bf5856732e0b 100644
|
| --- a/xfa/fwl/theme/cfwl_datetimepickertp.h
|
| +++ b/xfa/fwl/theme/cfwl_datetimepickertp.h
|
| @@ -15,7 +15,7 @@ class CFWL_DateTimePickerTP : public CFWL_WidgetTP {
|
| ~CFWL_DateTimePickerTP() override;
|
|
|
| // CFWL_WidgetTP
|
| - bool IsValidWidget(IFWL_Widget* pWidget) override;
|
| + bool IsValidWidget(CFWL_Widget* pWidget) override;
|
| void DrawBackground(CFWL_ThemeBackground* pParams) override;
|
|
|
| protected:
|
|
|