]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/radiobut.cpp
no real change: put event handlers together at the end of the file
[wxWidgets.git] / src / motif / radiobut.cpp
index 5c38eaf30d67c00913d61d272037ebc4b066c01b..98741b960af028edebae618023ebc4d83893d034 100644 (file)
@@ -91,7 +91,7 @@ bool wxRadioButton::Create(wxWindow *parent, wxWindowID id,
     else
     {
         /* search backward for last group start */
-        wxRadioButton *chief = (wxRadioButton*) NULL;
+        wxRadioButton *chief = NULL;
         wxWindowList::compatibility_iterator node = parent->GetChildren().GetLast();
         while (node)
         {