From 66fbdb15a49c82e631b3ed122409bed9c67c82c6 Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Sat, 17 Apr 1999 12:21:58 +0000 Subject: [PATCH 1/1] Fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/wxchar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/wxchar.cpp b/src/common/wxchar.cpp index 3f70fe66dc..a8cde061fb 100644 --- a/src/common/wxchar.cpp +++ b/src/common/wxchar.cpp @@ -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); -- 2.47.2