X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22c685813c350a9e5906fca78c7604fa81fe3d89..8b713759b615fc1530d1f476f37d6d213e7934a5:/src/os2/spinbutt.cpp diff --git a/src/os2/spinbutt.cpp b/src/os2/spinbutt.cpp index 11315a6e1d..0c25a24f01 100644 --- a/src/os2/spinbutt.cpp +++ b/src/os2/spinbutt.cpp @@ -192,7 +192,7 @@ bool wxSpinButton::OS2OnScroll( int WXUNUSED(nOrientation), WXWORD wPos, WXHWND hControl ) { - wxCHECK_MSG(hControl, false, wxT("scrolling what?") ) + wxCHECK_MSG(hControl, false, wxT("scrolling what?") ); wxSpinEvent vEvent( wxEVT_SCROLL_THUMBTRACK, m_windowId ); int nVal = (int)wPos; // cast is important for negative values!