X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..839f48f25d24fa545a1d3b2e8043494154ca67e0:/include/wx/msw/scrolbar.h diff --git a/include/wx/msw/scrolbar.h b/include/wx/msw/scrolbar.h index 992604a64f..45e6dec23b 100644 --- a/include/wx/msw/scrolbar.h +++ b/include/wx/msw/scrolbar.h @@ -56,9 +56,10 @@ public: // override wxControl version to not use solid background here virtual WXHBRUSH MSWControlColor(WXHDC pDC, WXHWND hWnd); + virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; + protected: virtual wxSize DoGetBestSize() const; - virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; int m_pageSize; int m_viewSize;