renamed wxScrollHelper::GetRect() to GetScrollRect() to avoid conflicts with wxWindow method

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-07-08 21:17:56 +00:00
parent 510b9edbb6
commit d5d58a93c3
2 changed files with 12 additions and 12 deletions

View File

@@ -146,7 +146,7 @@ public:
protected:
// get pointer to our scroll rect if we use it or NULL
const wxRect *GetRect() const
const wxRect *GetScrollRect() const
{
return m_rectToScroll.width != 0 ? &m_rectToScroll : NULL;
}