Added a const to be consistent with the generic class

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-10-02 16:51:36 +00:00
parent dd133a2044
commit bfe3577625
4 changed files with 4 additions and 4 deletions

View File

@@ -442,7 +442,7 @@ void wxScrolledWindow::SetTargetWindow( wxWindow *target, bool WXUNUSED(pushEven
m_targetWindow = target;
}
wxWindow *wxScrolledWindow::GetTargetWindow()
wxWindow *wxScrolledWindow::GetTargetWindow() const
{
return m_targetWindow;
}