many automated ifacecheck fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-01-10 22:42:09 +00:00
parent 57bf907d8e
commit 382f12e419
38 changed files with 137 additions and 136 deletions

View File

@@ -539,7 +539,7 @@ public:
@see FormatV(), Printf()
*/
static wxString Format(const wxChar format, ...);
static wxString Format(const wxString& format, ...);
/**
This static function returns the string containing the result of calling
@@ -547,7 +547,7 @@ public:
@see Format(), PrintfV()
*/
static wxString FormatV(const wxChar format, va_list argptr);
static wxString FormatV(const wxString& format, va_list argptr);
/**
Returns the number of occurrences of @e ch in the string.