| Index: xfa/include/fwl/basewidget/fwl_listbox.h
|
| diff --git a/xfa/include/fwl/basewidget/fwl_listbox.h b/xfa/include/fwl/basewidget/fwl_listbox.h
|
| index 4945ebc57fec03be6f35a3df0c495a7a20a26fc9..7645c2526be0f3984240e8cde24b2f1c5c89c4de 100644
|
| --- a/xfa/include/fwl/basewidget/fwl_listbox.h
|
| +++ b/xfa/include/fwl/basewidget/fwl_listbox.h
|
| @@ -58,7 +58,7 @@ CFX_Matrix m_matrix;
|
| int32_t m_index;
|
| CFX_RectF m_rect;
|
| END_FWL_EVENT_DEF
|
| -typedef struct _FWL_HLISTITEM { void* pData; } * FWL_HLISTITEM;
|
| +typedef struct FWL_HLISTITEM_ { void* pData; } * FWL_HLISTITEM;
|
| struct FWL_ListBoxItemData {
|
| IFWL_ListBoxDP* pDataProvider;
|
| int32_t iIndex;
|
|
|