]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix compilation error due to recent typedef changes
authorRobin Dunn <robin@alldunn.com>
Thu, 26 Feb 2004 21:14:29 +0000 (21:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 26 Feb 2004 21:14:29 +0000 (21:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/gizmos/splittree.cpp

index 87b3668ffdf6b002815013acb0914d030c2cc2ba..df95c09d8c087c4d5410a831a788495c7150de5c 100644 (file)
@@ -236,7 +236,7 @@ void wxRemotelyScrolledTreeCtrl::ScrollToLine(int WXUNUSED(posHoriz), int posVer
     {
         UINT sbCode = SB_THUMBPOSITION;
         HWND vertScrollBar = 0;
-        MSWDefWindowProc((WXUINT) WM_VSCROLL, MAKELONG(sbCode, posVert), (WXHWND) vertScrollBar);
+        MSWDefWindowProc((WXUINT) WM_VSCROLL, MAKELONG(sbCode, posVert), (WXLPARAM) vertScrollBar);
     }
 #if USE_GENERIC_TREECTRL
     else