Add const to GetTargetSize()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2006-09-12 09:12:52 +00:00
parent ab14c7aa57
commit 2d6dd9c09e

View File

@ -177,7 +177,7 @@ protected:
: m_targetWindow->GetClientSize();
}
void GetTargetSize(int *w, int *h)
void GetTargetSize(int *w, int *h) const
{
wxSize size = GetTargetSize();
if ( w )