Index: xfa/fwl/theme/cfwl_listboxtp.cpp |
diff --git a/xfa/fwl/theme/cfwl_listboxtp.cpp b/xfa/fwl/theme/cfwl_listboxtp.cpp |
index f1a017ab706051014b83f5cbd5c234f5cebfb7fd..34f3bcf98dba04b2003f5a1a7fc3389145b0ce92 100644 |
--- a/xfa/fwl/theme/cfwl_listboxtp.cpp |
+++ b/xfa/fwl/theme/cfwl_listboxtp.cpp |
@@ -18,7 +18,7 @@ CFWL_ListBoxTP::~CFWL_ListBoxTP() {} |
FX_BOOL CFWL_ListBoxTP::IsValidWidget(IFWL_Widget* pWidget) { |
if (!pWidget) |
return FALSE; |
- return pWidget->GetClassID() == FWL_CLASSHASH_ListBox; |
+ return pWidget->GetClassID() == FWL_Type::ListBox; |
} |
FX_BOOL CFWL_ListBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { |
if (!pParams) |