X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8237a1c052547f37baf330b5a5ed044aa2ed704c..f13a38a5fae79b1416c97e9ffde8b51016924512:/src/common/msgout.cpp diff --git a/src/common/msgout.cpp b/src/common/msgout.cpp index 12136d2886..44ec5e1597 100755 --- a/src/common/msgout.cpp +++ b/src/common/msgout.cpp @@ -76,7 +76,7 @@ wxMessageOutput* wxMessageOutput::Set(wxMessageOutput* msgout) return old; } -void wxMessageOutputBase::DoPrintf(const wxChar* format, ...) +void wxMessageOutput::DoPrintf(const wxChar* format, ...) { va_list args; va_start(args, format);