]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/filedlg.cpp
Finished review of the first 1,000 lines of grid.h interface header.
[wxWidgets.git] / src / msw / filedlg.cpp
index b788f8a7cf3a393eaea48b82de1d00a2f7c58848..c618fe3629e93d0fe2910f4581c81810be99c4d3 100644 (file)
@@ -88,10 +88,10 @@ wxFileDialogHookFunction(HWND      hDlg,
     {
         case WM_NOTIFY:
             {
-                OFNOTIFY *pNotifyCode = wx_reinterpret_cast(OFNOTIFY *, lParam);
+                OFNOTIFY *pNotifyCode = reinterpret_cast<OFNOTIFY *>(lParam);
                 if ( pNotifyCode->hdr.code == CDN_INITDONE )
                 {
-                    wx_reinterpret_cast(wxFileDialog *,
+                    reinterpret_cast<wxFileDialog *>(
                                         pNotifyCode->lpOFN->lCustData)
                         ->MSWOnInitDone((WXHWND)hDlg);
                  }