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:
@@ -177,7 +177,7 @@ protected:
|
|||||||
: m_targetWindow->GetClientSize();
|
: m_targetWindow->GetClientSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GetTargetSize(int *w, int *h)
|
void GetTargetSize(int *w, int *h) const
|
||||||
{
|
{
|
||||||
wxSize size = GetTargetSize();
|
wxSize size = GetTargetSize();
|
||||||
if ( w )
|
if ( w )
|
||||||
|
Reference in New Issue
Block a user