]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/radiobox.cpp
(harmless) warning fix
[wxWidgets.git] / src / motif / radiobox.cpp
index c21d758ecdca558765b59f038e5a4958e83199f3..0c3f955a8230deb0e2e8b21ab17635cc986d8a82 100644 (file)
@@ -345,7 +345,7 @@ bool wxRadioBox::SetStringSelection (const wxString& s)
 
 void wxRadioBox::Command (wxCommandEvent & event)
 {
-    SetSelection (event.m_commandInt);
+    SetSelection (event.GetInt());
     ProcessCommand (event);
 }