MGR: Use the formal method to redirect to stdout (introduced in 3.0)

This commit is contained in:
Rom Walton 2014-06-11 14:15:39 -04:00
parent 686f0f24d6
commit 9733be36fd
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
#include "LogBOINC.h"
wxLogBOINC::wxLogBOINC() {
m_fp = stdout;
wxLogBOINC::wxLogBOINC() : wxLogStderr(stdout)
{
}
void wxLogBOINC::DoLogText(const wxString& msg) {