Index: xfa/fwl/lightwidget/cfwl_widget.h |
diff --git a/xfa/fwl/lightwidget/cfwl_widget.h b/xfa/fwl/lightwidget/cfwl_widget.h |
index 19b22c6f291961887e7b152e10bc39aeb85390fc..17fa122567d814d9872dc1f5e5fddea7802370a3 100644 |
--- a/xfa/fwl/lightwidget/cfwl_widget.h |
+++ b/xfa/fwl/lightwidget/cfwl_widget.h |
@@ -22,7 +22,7 @@ class CFWL_Widget { |
virtual ~CFWL_Widget(); |
IFWL_Widget* GetWidget(); |
FWL_ERR GetClassName(CFX_WideString& wsClass) const; |
- uint32_t GetClassID() const; |
+ FWL_Type GetClassID() const; |
virtual FX_BOOL IsInstance(const CFX_WideStringC& wsClass) const; |
FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE); |