Oops... just added wxString::Scanf() functions can't be implemented under
Windows. Removed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6a415c9a1f
commit
0f03d24f30
@ -355,10 +355,6 @@ public:
|
||||
int Printf(const char *pszFormat, ...);
|
||||
/// as vprintf(), returns the number of characters written or < 0 on error
|
||||
int PrintfV(const char* pszFormat, va_list argptr);
|
||||
/// as sscanf()
|
||||
int Scanf(const char *pszFormat, ...) const;
|
||||
/// as vsscanf()
|
||||
int ScanfV(const char *pszFormat, va_list argptr) const;
|
||||
//@}
|
||||
|
||||
// get writable buffer of at least nLen characters
|
||||
|
Loading…
Reference in New Issue
Block a user