]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
fix for wxGTK1 & bmpbuttn
[wxWidgets.git] / include / wx / string.h
index c5658d9fc471582145290d97d301c3d725c4d608..cc9e4dc8c82669f8998dfbedb08df38de6bee672 100644 (file)
@@ -408,6 +408,7 @@ protected:
 #ifdef wxNEEDS_WXSTRING_PRINTF_MIXIN
     // "non dll-interface class 'wxStringPrintfMixin' used as base interface
     // for dll-interface class 'wxString'" -- this is OK in our case
+    #pragma warning (push)
     #pragma warning (disable:4275)
 #endif
 
@@ -3576,7 +3577,7 @@ private:
 };
 
 #ifdef wxNEEDS_WXSTRING_PRINTF_MIXIN
-    #pragma warning (default:4275)
+    #pragma warning (pop)
 #endif
 
 // string iterator operators that satisfy STL Random Access Iterator