X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd71308fc89eac2dd212b715eba68a993fa78f53..a81258bee4e20d3fa9b3d2f6bf3bcd1200d1e5e0:/include/wx/utils.h diff --git a/include/wx/utils.h b/include/wx/utils.h index 8a05c97a83..e92325e690 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -27,6 +27,9 @@ #include #else #include +# 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