From d15ba4e29607665db35bc6fb610cc566981b324a Mon Sep 17 00:00:00 2001 From: tsepez Date: Fri, 29 Apr 2016 09:45:46 -0700 Subject: Replace CFX_PtryArray with typesafe CFX_ArrayTemplate, Part 7 Remaining uses are all in fxbarcode/. Review-Url: https://codereview.chromium.org/1937453002 --- xfa/fwl/basewidget/fwl_checkboximp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fwl/basewidget') diff --git a/xfa/fwl/basewidget/fwl_checkboximp.cpp b/xfa/fwl/basewidget/fwl_checkboximp.cpp index 76d5b8f421..f11a917eb1 100644 --- a/xfa/fwl/basewidget/fwl_checkboximp.cpp +++ b/xfa/fwl/basewidget/fwl_checkboximp.cpp @@ -361,7 +361,7 @@ void CFWL_CheckBoxImp::NextStates() { CFWL_WidgetMgr* pWidgetMgr = static_cast(FWL_GetWidgetMgr()); if (!pWidgetMgr->IsFormDisabled()) { - CFX_PtrArray radioarr; + CFX_ArrayTemplate radioarr; pWidgetMgr->GetSameGroupRadioButton(m_pInterface, radioarr); IFWL_CheckBox* pCheckBox = NULL; int32_t iCount = radioarr.GetSize(); -- cgit v1.2.3