Fixed typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -145,7 +145,7 @@ int WXDLLEXPORT wxFprintf(FILE *stream, const wxChar *fmt, ...)
|
||||
return ret;
|
||||
}
|
||||
|
||||
int WXDLLEXPORT wxFvprintf(FILE *stream, const wxChar *fmt, va_list argptr)
|
||||
int WXDLLEXPORT wxVfprintf(FILE *stream, const wxChar *fmt, va_list argptr)
|
||||
{
|
||||
wxString str;
|
||||
str.PrintfV(fmt,argptr);
|
||||
|
Reference in New Issue
Block a user