From 2035ad112e108f09d42ec27f8567e5a5be798c79 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 1 Apr 2007 15:05:31 +0000 Subject: [PATCH] compilation fix for wxUniv after last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.45.2