X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c228fcb438f3c97086790b37382bdd619a4b4953..a3e9caa2b55fcc62e0ac8262a45ee83d0c6ce453:/src/motif/checkbox.cpp?ds=sidebyside 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;