X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c228fcb438f3c97086790b37382bdd619a4b4953..926ce9e3ac32e1a33cc43420f76876fac8868436:/src/motif/checkbox.cpp diff --git a/src/motif/checkbox.cpp b/src/motif/checkbox.cpp index 9b35bfe850..9a274cc63a 100644 --- a/src/motif/checkbox.cpp +++ b/src/motif/checkbox.cpp @@ -182,7 +182,7 @@ void wxCheckBox::DoSet3StateValue(wxCheckBoxState state) NULL ); #else XmToggleButtonSetState ((Widget) m_mainWidget, - (Boolean) state == wxCHK_CHECKED, True); + state == wxCHK_CHECKED, True); #endif m_inSetValue = false;