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:
@@ -64,7 +64,7 @@ wxSTD ostream& operator<< (wxSTD ostream& o, const wxLongLongNative& ll)
|
|||||||
{
|
{
|
||||||
char result[65];
|
char result[65];
|
||||||
|
|
||||||
wxSTD memset(result, 'A', 64);
|
memset(result, 'A', 64);
|
||||||
|
|
||||||
result[64] = '\0';
|
result[64] = '\0';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user