X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04662def27c4227f8372084167e3a37729c048b9..b1633d20d6f06a0b5a77d5208c0beddf19324f33:/src/common/log.cpp diff --git a/src/common/log.cpp b/src/common/log.cpp index 182246bdb0..420c172a63 100644 --- a/src/common/log.cpp +++ b/src/common/log.cpp @@ -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; } /* ---------------------------------------------------------------------------