removed extra wxSTD
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2b004197c8
commit
adac097759
@ -64,7 +64,7 @@ wxSTD ostream& operator<< (wxSTD ostream& o, const wxLongLongNative& ll)
|
||||
{
|
||||
char result[65];
|
||||
|
||||
wxSTD memset(result, 'A', 64);
|
||||
memset(result, 'A', 64);
|
||||
|
||||
result[64] = '\0';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user