git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60053
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
data = new wxListItemInternalData();
item.lParam = (LPARAM) data;
item.mask |= LVIF_PARAM;
- };
+ }
// user data
data->attr->AssignFrom(attrNew);
else
data->attr = new wxListItemAttr(attrNew);
- };
- };
+ }
+ }
// we could be changing only the attribute in which case we don't need to
if (GetItemData(idx) == data)
return idx;
idx++;
- };
+ }
return -1;
}
// and remember that we have some now...
m_hasAnyAttr = true;
}
- };
+ }
long rv = ListView_InsertItem(GetHwnd(), & item);