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:
parent
ab14c7aa57
commit
2d6dd9c09e
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user