]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/radiobox.cpp
use one shot timers in wxAnimationCtrl (patch 1774535)
[wxWidgets.git] / src / motif / radiobox.cpp
index e6a71ba4fbe646e340a45d48736d6b1c817c693d..00bcec5189450d9db4643d2ab19888f616eadc42 100644 (file)
@@ -125,7 +125,7 @@ bool wxRadioBox::Create(wxWindow *parent, wxWindowID id, const wxString& title,
         wxString str(GetLabelText(choices[i]));
         m_radioButtonLabels.push_back(str);
         Widget radioItem =  XtVaCreateManagedWidget (
-                                wxConstCast(str.mb_str(), char),
+                                str.mb_str(),
 #if wxUSE_GADGETS
                                 xmToggleButtonGadgetClass, radioBoxWidget,
 #else