From adac097759c089b3d47f48c7756ace4f0b8df879 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 24 Aug 2001 12:21:50 +0000 Subject: [PATCH] removed extra wxSTD git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/longlong.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/longlong.cpp b/src/common/longlong.cpp index 129af17c8f..319f92a40b 100644 --- a/src/common/longlong.cpp +++ b/src/common/longlong.cpp @@ -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'; -- 2.45.2