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:
Vadim Zeitlin
2002-07-03 16:29:15 +00:00
parent 497dbbd37b
commit a4ba2eeca1

View File

@@ -289,7 +289,7 @@ void wxGenericColourDialog::CreateWidgets()
void wxGenericColourDialog::InitializeColours(void)
{
int i;
size_t i;
for (i = 0; i < WXSIZEOF(wxColourDialogNames); i++)
{