removed extra class qualifier from inline method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e5099bdf4b
commit
3ea9aa8f0e
@ -418,7 +418,7 @@ public:
|
||||
|
||||
// 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;
|
||||
|
Loading…
Reference in New Issue
Block a user