diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_themeprovider.h')
-rw-r--r-- | xfa/fwl/core/ifwl_themeprovider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_themeprovider.h b/xfa/fwl/core/ifwl_themeprovider.h index 66e7e0c4fd..274b27958a 100644 --- a/xfa/fwl/core/ifwl_themeprovider.h +++ b/xfa/fwl/core/ifwl_themeprovider.h @@ -20,7 +20,7 @@ class IFWL_Widget; class IFWL_ThemeProvider { public: virtual ~IFWL_ThemeProvider() {} - virtual FX_BOOL IsValidWidget(IFWL_Widget* pWidget) = 0; + virtual bool IsValidWidget(IFWL_Widget* pWidget) = 0; virtual uint32_t GetThemeID(IFWL_Widget* pWidget) = 0; virtual uint32_t SetThemeID(IFWL_Widget* pWidget, uint32_t dwThemeID, |