#endif // __WINDOWS__
-void wxMessageOutputBest::Printf(const wxChar* format, ...)
+void wxMessageOutputBest::DoPrintf(const wxChar* format, ...)
{
va_list args;
va_start(args, format);
// wxMessageOutputStderr
// ----------------------------------------------------------------------------
-void wxMessageOutputStderr::Printf(const wxChar* format, ...)
+void wxMessageOutputStderr::DoPrintf(const wxChar* format, ...)
{
va_list args;
va_start(args, format);
// wxMessageOutputDebug
// ----------------------------------------------------------------------------
-void wxMessageOutputDebug::Printf(const wxChar* format, ...)
+void wxMessageOutputDebug::DoPrintf(const wxChar* format, ...)
{
wxString out;
// wxMessageOutputLog
// ----------------------------------------------------------------------------
-void wxMessageOutputLog::Printf(const wxChar* format, ...)
+void wxMessageOutputLog::DoPrintf(const wxChar* format, ...)
{
wxString out;
#if wxUSE_GUI
-void wxMessageOutputMessageBox::Printf(const wxChar* format, ...)
+void wxMessageOutputMessageBox::DoPrintf(const wxChar* format, ...)
{
va_list args;
va_start(args, format);