]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
Added background colour again
[wxWidgets.git] / include / wx / utils.h
index 8a05c97a83e11c67c0cdcf7775bb0248caac0734..e92325e6903ffd6951343529c646ad24ec62b175 100644 (file)
@@ -27,6 +27,9 @@
 #include <iostream.h>
 #else
 #include <iostream>
+#  ifdef _MSC_VER
+      using namespace std;
+#  endif
 #endif
 
 #ifdef __X__
@@ -141,6 +144,7 @@ bool WXDLLEXPORT wxGetUserName(char *buf, int maxSize);
  * Strip out any menu codes
  */
 char* WXDLLEXPORT wxStripMenuCodes(char *in, char *out = (char *) NULL);
+wxString WXDLLEXPORT wxStripMenuCodes(const wxString& str);
 
 // Find the window/widget with the given title or label.
 // Pass a parent to begin the search from, or NULL to look through