compilation fix for older compilers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
35ef537b2f
commit
f67fe9a423
@ -398,7 +398,7 @@ wxDC::DoGetClippingBox(wxCoord *x, wxCoord *y, wxCoord *w, wxCoord *h) const
|
||||
self->m_clipping = false;
|
||||
}
|
||||
|
||||
return wxDCBase::DoGetClippingBox(x, y, w, h);
|
||||
wxDCBase::DoGetClippingBox(x, y, w, h);
|
||||
}
|
||||
|
||||
// common part of DoSetClippingRegion() and DoSetClippingRegionAsRegion()
|
||||
|
Loading…
Reference in New Issue
Block a user