X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e7f384517ccb08cec87dd233c8f11f876b65e5c..fb743cab53102c1d2d636acd173112233835f3f7:/src/common/log.cpp diff --git a/src/common/log.cpp b/src/common/log.cpp index affdec61cb..c4d3ef212b 100644 --- a/src/common/log.cpp +++ b/src/common/log.cpp @@ -340,11 +340,15 @@ void wxLog::OnLog(wxLogLevel level, const wxChar *szString, time_t t) } // deprecated function +#if WXWIN_COMPATIBILITY_2_6 + wxChar *wxLog::SetLogBuffer(wxChar * WXUNUSED(buf), size_t WXUNUSED(size)) { return NULL; } +#endif // WXWIN_COMPATIBILITY_2_6 + wxLog *wxLog::GetActiveTarget() { if ( ms_bAutoCreate && ms_pLogger == NULL ) {