Compile fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-10-06 23:02:40 +00:00
parent 888407a108
commit 4aa1c27094

View File

@@ -182,7 +182,7 @@ void wxCheckBox::DoSet3StateValue(wxCheckBoxState state)
NULL ); NULL );
#else #else
XmToggleButtonSetState ((Widget) m_mainWidget, XmToggleButtonSetState ((Widget) m_mainWidget,
(Boolean) state == wxCHK_CHECKED, True); state == wxCHK_CHECKED, True);
#endif #endif
m_inSetValue = false; m_inSetValue = false;