added semicolons after wxCHECK()s (part of patch 1450705)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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!
|
||||
|
Reference in New Issue
Block a user