X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/27d77a5990d815f5cd7a31ee4c7cb680eec64d54..ce668f297b03143bc15014a37c12e610c49c6e6b:/include/wx/docmdi.h?ds=sidebyside diff --git a/include/wx/docmdi.h b/include/wx/docmdi.h index 513f2d6ea9..3d4e437fbe 100644 --- a/include/wx/docmdi.h +++ b/include/wx/docmdi.h @@ -64,6 +64,7 @@ private: // for dll-interface class 'wxDocMDIChildFrame'" -- this is bogus as the // template will be DLL-exported but only once it is used as base class // here! + #pragma warning (push) #pragma warning (disable:4275) #endif @@ -93,7 +94,7 @@ private: }; #ifdef __VISUALC6__ - #pragma warning (default:4275) + #pragma warning (pop) #endif #endif // wxUSE_MDI_ARCHITECTURE