| Index: xfa/fwl/theme/cfwl_checkboxtp.cpp
|
| diff --git a/xfa/fwl/theme/cfwl_checkboxtp.cpp b/xfa/fwl/theme/cfwl_checkboxtp.cpp
|
| index ac94c80d6d168bc88af4611a79dfb5064b2ec591..db800fbf1fe9e4ae34c7ac623098d0cfeb975f24 100644
|
| --- a/xfa/fwl/theme/cfwl_checkboxtp.cpp
|
| +++ b/xfa/fwl/theme/cfwl_checkboxtp.cpp
|
| @@ -36,7 +36,7 @@ CFWL_CheckBoxTP::~CFWL_CheckBoxTP() {
|
| }
|
|
|
| FX_BOOL CFWL_CheckBoxTP::IsValidWidget(IFWL_Widget* pWidget) {
|
| - return pWidget && pWidget->GetClassID() == FWL_CLASSHASH_CheckBox;
|
| + return pWidget && pWidget->GetClassID() == FWL_Type::CheckBox;
|
| }
|
| uint32_t CFWL_CheckBoxTP::SetThemeID(IFWL_Widget* pWidget,
|
| uint32_t dwThemeID,
|
|
|