summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b8e58b8)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51619
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{ "Black circle", 0x000000 },
};
{ "Black circle", 0x000000 },
};
- for ( int i = 0; i < WXSIZEOF(s_entries); i++ )
+ for ( unsigned i = 0; i < WXSIZEOF(s_entries); i++ )
{
const TestEntry& e = s_entries[i];
m_combobox->Append(e.text, CreateBitmap(wxColour(e.rgb)));
{
const TestEntry& e = s_entries[i];
m_combobox->Append(e.text, CreateBitmap(wxColour(e.rgb)));