]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/frame.cpp
removed obsolete file
[wxWidgets.git] / src / msw / frame.cpp
index 220c15ec480f8138927407895ade71b3f643cdcd..13946cb04e34d9551c746b5405758201999fed7c 100644 (file)
@@ -688,7 +688,7 @@ void wxFrameMSW::IconizeChildFrames(bool bIconize)
 
         // the child MDI frames are a special case and should not be touched by
         // the parent frame - instead, they are managed by the user
 
         // the child MDI frames are a special case and should not be touched by
         // the parent frame - instead, they are managed by the user
-        wxFrameMSW *frame = wxDynamicCast(win, wxFrame);
+        wxFrame *frame = wxDynamicCast(win, wxFrame);
         if ( frame
 #if wxUSE_MDI_ARCHITECTURE
                 && !wxDynamicCast(frame, wxMDIChildFrame)
         if ( frame
 #if wxUSE_MDI_ARCHITECTURE
                 && !wxDynamicCast(frame, wxMDIChildFrame)