X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1f6e2cfe2edae646d58e94c6a6b5f010f6439f7..e8b86d2538a5d5c2f39f2061f57e1b90423f7423:/include/wx/msgout.h diff --git a/include/wx/msgout.h b/include/wx/msgout.h index 24b7450091..b2029e252d 100755 --- a/include/wx/msgout.h +++ b/include/wx/msgout.h @@ -37,7 +37,7 @@ public: // show a message to the user // void Printf(const wxString& format, ...) = 0; - WX_DEFINE_VARARG_FUNC_VOID(Printf, 1, (const wxString&), + WX_DEFINE_VARARG_FUNC_VOID(Printf, 1, (const wxFormatString&), DoPrintfWchar, DoPrintfUtf8) #ifdef __WATCOMC__ // workaround for http://bugzilla.openwatcom.org/show_bug.cgi?id=351