]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
handle mouse capture lost event in grid windows and reset the grid to normal state...
[wxWidgets.git] / src / msw / listctrl.cpp
index 78c3fb1150f02c4d0eb7405887cdd6c3ad012a27..4cea3448e918246f65b932922150ecad7868f4df 100644 (file)
@@ -1770,7 +1770,7 @@ bool wxListCtrl::MSWCommand(WXUINT cmd, WXWORD id)
 }
 
 // utility used by wxListCtrl::MSWOnNotify and by wxDataViewHeaderWindowMSW::MSWOnNotify
-unsigned int wxMSWGetColumnClicked(NMHDR *nmhdr, POINT *ptClick)
+int wxMSWGetColumnClicked(NMHDR *nmhdr, POINT *ptClick)
 {
     wxASSERT(nmhdr && ptClick);