]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/longlong.cpp
applied patch 432814: saving BMP in 1, 4 and 8 bpp
[wxWidgets.git] / src / common / longlong.cpp
index 129af17c8fb9e1d47fa855d41ff91bad508cf808..319f92a40bcfb4f8d0a11b8955725178a89c153e 100644 (file)
@@ -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';