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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user