| Index: xfa/fwl/theme/cfwl_checkboxtp.cpp
|
| diff --git a/xfa/fwl/theme/cfwl_checkboxtp.cpp b/xfa/fwl/theme/cfwl_checkboxtp.cpp
|
| index 78d829f8b035b7d084158496d63d9eef8ffbf263..81aa8726b1d6c622b44d5645534aed9edae255d5 100644
|
| --- a/xfa/fwl/theme/cfwl_checkboxtp.cpp
|
| +++ b/xfa/fwl/theme/cfwl_checkboxtp.cpp
|
| @@ -41,7 +41,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,
|
|
|