]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/dnd.cpp
added orient parameter to wxMDIParentFrame::Tile()
[wxWidgets.git] / src / mac / classic / dnd.cpp
index 22ced39ede9fbf79b9fbd1cc2cf95cd94d7cc111..22c096128a2723048c293673b883332b61f88330 100644 (file)
@@ -432,7 +432,7 @@ pascal OSErr wxMacWindowDragTrackingHandler(DragTrackingMessage theMessage, Wind
     Point mouse, localMouse;
     DragAttributes attributes;
     GetDragAttributes(theDrag, &attributes);
-    wxTopLevelWindowMac* toplevel = wxFindWinFromMacWindow( theWindow ) ; 
+    wxTopLevelWindowMac* toplevel = wxFindWinFromMacWindow( (WXWindow) theWindow ) ; 
 
     KeyMap keymap;
     GetKeys(keymap);