]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ustring.h
Use wxWebKitCtrlNameStr to adhere to the convention used by other wx classes.
[wxWidgets.git] / include / wx / ustring.h
index a59d46b307ea0f137fb49faefdb37f3072e4d3a1..e12c1dfeacad35374e0962ad29d5225d301dc634 100644 (file)
@@ -35,6 +35,7 @@ typedef wxScopedCharTypeBuffer<wxChar32> wxScopedU32CharBuffer;
     // "non dll-interface class 'std::basic_string<wxChar32>' used as base
     // interface for dll-interface class 'wxString'" -- this is OK in our case
     // (and warning is unavoidable anyhow)
     // "non dll-interface class 'std::basic_string<wxChar32>' used as base
     // interface for dll-interface class 'wxString'" -- this is OK in our case
     // (and warning is unavoidable anyhow)
+    #pragma warning(push)
     #pragma warning(disable:4275)
 #endif
 
     #pragma warning(disable:4275)
 #endif
 
@@ -596,7 +597,7 @@ public:
 };
 
 #ifdef __VISUALC__
 };
 
 #ifdef __VISUALC__
-    #pragma warning(default:4275)
+    #pragma warning(pop)
 #endif
 
 inline wxUString operator+(const wxUString &s1, const wxUString &s2)
 #endif
 
 inline wxUString operator+(const wxUString &s1, const wxUString &s2)