fix warning on watcom
[wxWidgets.git] / src / motif / radiobut.cpp
index 4cada5de0e5e206a1301ba89db3a488c4527a7af..cedc3277b627dc1f7ee4b34947a75f0799e91a92 100644 (file)
@@ -110,7 +110,7 @@ bool wxRadioButton::Create(wxWindow *parent, wxWindowID id,
     {
         /* search backward for last group start */
         wxRadioButton *chief = (wxRadioButton*) NULL;
-        wxWindowList::Node *node = parent->GetChildren().GetLast();
+        wxWindowList::compatibility_iterator node = parent->GetChildren().GetLast();
         while (node)
         {
             wxWindow *child = node->GetData();