Fixed compilation error.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2002-03-08 21:20:57 +00:00
parent 6187ec8f45
commit d91535c47f

View File

@ -246,7 +246,7 @@ void wxLogVerbose(const wxChar *szFormat, ...)
p += 2;
wxVsnprintf(p, len, szFormat, argptr);
wxLog::OnLog(wxLOG_Trace, s_szBuf, time(NULL));
}
}
@ -349,7 +349,7 @@ wxLog::wxLog()
m_bHasMessages = FALSE;
}
wxChar *wxLog::SetLogBuffer( wxChar *buf, size_t size = 0 )
wxChar *wxLog::SetLogBuffer( wxChar *buf, size_t size)
{
wxChar *oldbuf = s_szBuf;
@ -561,7 +561,7 @@ Boolean IsCompatibleVersion(short inVersion)
result = (inVersion <= block->apiHiVersion);
}
return result;
return result;
}
/* ---------------------------------------------------------------------------