diff options
Diffstat (limited to 'xfa/fwl/theme/cfwl_edittp.h')
-rw-r--r-- | xfa/fwl/theme/cfwl_edittp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/theme/cfwl_edittp.h b/xfa/fwl/theme/cfwl_edittp.h index 24d2e982cd..0230c368af 100644 --- a/xfa/fwl/theme/cfwl_edittp.h +++ b/xfa/fwl/theme/cfwl_edittp.h @@ -17,7 +17,7 @@ class CFWL_EditTP : public CFWL_WidgetTP { // CFWL_WidgeTTP void Initialize() override; void Finalize() override; - bool IsValidWidget(IFWL_Widget* pWidget) override; + bool IsValidWidget(CFWL_Widget* pWidget) override; void DrawBackground(CFWL_ThemeBackground* pParams) override; }; |