fixed a compilation warning about signed/unsigned comparison
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -289,7 +289,7 @@ void wxGenericColourDialog::CreateWidgets()
|
|||||||
|
|
||||||
void wxGenericColourDialog::InitializeColours(void)
|
void wxGenericColourDialog::InitializeColours(void)
|
||||||
{
|
{
|
||||||
int i;
|
size_t i;
|
||||||
|
|
||||||
for (i = 0; i < WXSIZEOF(wxColourDialogNames); i++)
|
for (i = 0; i < WXSIZEOF(wxColourDialogNames); i++)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user