From: Vadim Zeitlin Date: Sun, 1 Apr 2007 15:05:31 +0000 (+0000) Subject: compilation fix for wxUniv after last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2035ad112e108f09d42ec27f8567e5a5be798c79?ds=sidebyside compilation fix for wxUniv after last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index 4e758ba9cd..46795c86e4 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -160,7 +160,7 @@ public: // that the window object is passed instead of window handle) and should // return true if it handled the message or false if it should be passed to // DefWindowProc() - typedef bool (*MSWMessageHandler)(wxWindow *win, + typedef bool (*MSWMessageHandler)(wxWindowMSW *win, WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);