| Index: xfa/fwl/lightwidget/cfwl_widget.cpp
|
| diff --git a/xfa/fwl/lightwidget/cfwl_widget.cpp b/xfa/fwl/lightwidget/cfwl_widget.cpp
|
| index ff28b376469a8dc7fdfee72a1424efca7b25b1cb..a92b2d986f92c4f4c2fceb7d161e809ec305018d 100644
|
| --- a/xfa/fwl/lightwidget/cfwl_widget.cpp
|
| +++ b/xfa/fwl/lightwidget/cfwl_widget.cpp
|
| @@ -25,9 +25,9 @@ FWL_ERR CFWL_Widget::GetClassName(CFX_WideString& wsClass) const {
|
| return m_pIface->GetClassName(wsClass);
|
| }
|
|
|
| -uint32_t CFWL_Widget::GetClassID() const {
|
| +FWL_Type CFWL_Widget::GetClassID() const {
|
| if (!m_pIface)
|
| - return 0;
|
| + return FWL_Type::Unknown;
|
| return m_pIface->GetClassID();
|
| }
|
|
|
|
|