]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/docmdi.h
Use wxWebKitCtrlNameStr to adhere to the convention used by other wx classes.
[wxWidgets.git] / include / wx / docmdi.h
index 513f2d6ea95c54f8cb7005acdf2d5b9490620fd0..3d4e437fbe9d75f19e18dc9e7e6c7bd542974653 100644 (file)
@@ -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