]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msgout.h
set the initial size of bitmap buttons correctly again after it was broken by r61081...
[wxWidgets.git] / include / wx / msgout.h
index 7156134f79e31f2ac70aa19a1033c1c44c241b68..59fdc3df1000c9a4142083c7a98f396740d85645 100644 (file)
@@ -69,6 +69,7 @@ protected:
 #ifdef __VISUALC__
     // "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
 
@@ -97,7 +98,7 @@ private:
 };
 
 #ifdef __VISUALC__
-    #pragma warning (default:4275)
+    #pragma warning (pop)
 #endif
 
 // ----------------------------------------------------------------------------