]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/radiobox.cpp
gdk_draw_pixmap -> gdk_draw_drawable
[wxWidgets.git] / src / gtk / radiobox.cpp
index 07394f9b9efe2904f1bdfb63c0d1a89ffa29376c..86778400df3d1f22e6dae2cd64a8b584c6f5ff14 100644 (file)
@@ -226,7 +226,7 @@ bool wxRadioBox::Create( wxWindow *parent, wxWindowID id, const wxString& title,
 
     wxString label;
     GSList *radio_button_group = (GSList *) NULL;
-    for (unsigned int i = 0; i < n; i++)
+    for (unsigned int i = 0; i < (unsigned int)n; i++)
     {
         if ( i != 0 )
             radio_button_group = gtk_radio_button_get_group( GTK_RADIO_BUTTON(m_radio) );