From: Robin Dunn Date: Thu, 26 Feb 2004 21:14:29 +0000 (+0000) Subject: Fix compilation error due to recent typedef changes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f4e088f7bbe5098f314472bb4458d116512895a5 Fix compilation error due to recent typedef changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/gizmos/splittree.cpp b/contrib/src/gizmos/splittree.cpp index 87b3668ffd..df95c09d8c 100644 --- a/contrib/src/gizmos/splittree.cpp +++ b/contrib/src/gizmos/splittree.cpp @@ -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