X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65fb4b3a4f18e1d8b58ac92d50d4cc7f81f03783..ec2df34e27ba41f202ecbf096cdfed082a9ddb8f:/include/wx/msw/headerctrl.h?ds=sidebyside diff --git a/include/wx/msw/headerctrl.h b/include/wx/msw/headerctrl.h index bf925b0650..b1086b7099 100644 --- a/include/wx/msw/headerctrl.h +++ b/include/wx/msw/headerctrl.h @@ -127,6 +127,9 @@ private: // the offset of the window used to emulate scrolling it int m_scrollOffset; + // actual column we are dragging or -1 if not dragging anything + int m_colBeingDragged; + wxDECLARE_NO_COPY_CLASS(wxHeaderCtrl); };