(harmless) eVC4 release mode warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -479,9 +479,10 @@ bool wxToolMenuBar::Realize()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOL bRc = ::CommandBar_AddButtons( (HWND) GetHWND(), 1, buttons );
|
if ( !::CommandBar_AddButtons( (HWND) GetHWND(), 1, buttons ) )
|
||||||
|
{
|
||||||
wxASSERT_MSG( bRc, wxT("Could not add toolbar button."));
|
wxFAIL_MSG( wxT("Could not add toolbar button."));
|
||||||
|
}
|
||||||
|
|
||||||
lastWasRadio = isRadio;
|
lastWasRadio = isRadio;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user