]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix for wxUniv after last commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Apr 2007 15:05:31 +0000 (15:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Apr 2007 15:05:31 +0000 (15:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/window.h

index 4e758ba9cdcbd0bab7c12577b0437f606ab43b5d..46795c86e4e78d8fef42222eab6ea1dab5b9bc46 100644 (file)
@@ -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);