diff options
Diffstat (limited to 'xfa/fwl/theme/cfwl_comboboxtp.h')
-rw-r--r-- | xfa/fwl/theme/cfwl_comboboxtp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fwl/theme/cfwl_comboboxtp.h b/xfa/fwl/theme/cfwl_comboboxtp.h index fd65fa5fab..42ed55ac47 100644 --- a/xfa/fwl/theme/cfwl_comboboxtp.h +++ b/xfa/fwl/theme/cfwl_comboboxtp.h @@ -15,7 +15,8 @@ class CFWL_ComboBoxTP : public CFWL_WidgetTP { virtual ~CFWL_ComboBoxTP(); virtual FX_BOOL IsValidWidget(IFWL_Widget* pWidget); virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams); - virtual void* GetCapacity(CFWL_ThemePart* pThemePart, uint32_t dwCapacity); + virtual void* GetCapacity(CFWL_ThemePart* pThemePart, + CFWL_WidgetCapacity dwCapacity); protected: void DrawDropDownButton(CFWL_ThemeBackground* pParams, |