// set the cell's ID to item's index so that CellCoordsToPhysical()
// can quickly find the item:
- cell->SetId(wxString::Format(_T("%u"), n));
+ cell->SetId(wxString::Format(_T("%lu"), (unsigned long)n));
cell->Layout(GetClientSize().x - 2*GetMargins().x);