Missing semicolon

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2002-12-17 11:51:29 +00:00
parent 2243113487
commit fbb2b01c2c

View File

@ -876,7 +876,7 @@ bool wxSafeYield(wxWindow *win, bool onlyIfNeeded)
{
wxWindowDisabler wd(win);
bool rc
bool rc;
if (onlyIfNeeded)
rc = wxYieldIfNeeded();
else