X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c47e732c7acd86f4d064cd097fab71fbcb0d1572..0a9ca9c424df2eadaf6710efd4d288e57456f6cc:/include/wx/string.h diff --git a/include/wx/string.h b/include/wx/string.h index c3cf3c9b03..7c4bf74d87 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -2587,12 +2587,6 @@ private: private: wxStringImpl m_impl; -#ifdef __VISUALC__ - // "struct 'ConvertedBuffer' needs to have dll-interface to be used by - // clients of class 'wxString'" - this is private, we don't care - #pragma warning (disable:4251) -#endif - // buffers for compatibility conversion from (char*)c_str() and // (wchar_t*)c_str(): // FIXME-UTF8: bechmark various approaches to keeping compatibility buffers @@ -2621,10 +2615,6 @@ private: ConvertedBuffer m_convertedToWChar; #endif -#ifdef __VISUALC__ - #pragma warning (default:4251) -#endif - #if wxUSE_UNICODE_UTF8 // FIXME-UTF8: (try to) move this elsewhere (TLS) or solve differently // assigning to character pointer to by wxString::interator may