]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mdi.cpp
Implement simple drag
[wxWidgets.git] / src / msw / mdi.cpp
index 6b9cdbcc9a139cfab1d987421525fc7426e237c4..32eb0a46b887e413be3b8c58d9c83a48cd1b5f58 100644 (file)
@@ -1136,7 +1136,7 @@ bool wxMDIChildFrame::HandleMDIActivate(long WXUNUSED(activate),
     wxActivateEvent event(wxEVT_ACTIVATE, activated, m_windowId);
     event.SetEventObject( this );
 
-    ResetWindowStyle((void *)NULL);
+    ResetWindowStyle(NULL);
 
     return HandleWindowEvent(event);
 }