X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/040b9528d149c2bb2497d47d9175635c03baffe2..6041f69ca7bbb7c39e4ba64e407bc3ac39e3687f:/include/wx/msw/headerctrl.h diff --git a/include/wx/msw/headerctrl.h b/include/wx/msw/headerctrl.h index 38bf952f54..069b73a606 100644 --- a/include/wx/msw/headerctrl.h +++ b/include/wx/msw/headerctrl.h @@ -90,6 +90,7 @@ private: int MSWFromNativeIdx(int item); // this is the same as above but for order, not index + int MSWToNativeOrder(int order); int MSWFromNativeOrder(int order); // get the event type corresponding to a click or double click event @@ -125,7 +126,7 @@ private: // the offset of the window used to emulate scrolling it int m_scrollOffset; - DECLARE_NO_COPY_CLASS(wxHeaderCtrl) + wxDECLARE_NO_COPY_CLASS(wxHeaderCtrl); }; #endif // _WX_MSW_HEADERCTRL_H_