git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30943
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// these are like Union() but don't ignore empty rectangles
wxRect operator+(const wxRect& rect) const;
// these are like Union() but don't ignore empty rectangles
wxRect operator+(const wxRect& rect) const;
- wxRect& wxRect::operator+=(const wxRect& rect)
+ wxRect& operator+=(const wxRect& rect)
{
*this = *this + rect;
return *this;
{
*this = *this + rect;
return *this;