Reactivtaed the new wxRect code

Changed ordering of includes in configure


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-06-03 17:13:08 +00:00
parent de5ae7c6e6
commit f61757b17c
4 changed files with 1 additions and 386 deletions

View File

@@ -89,8 +89,6 @@ bool wxRect::operator==(const wxRect& rect) const
(height == rect.height));
}
// this doesn't compile
#if 0
const wxRect& wxRect::operator += (const wxRect& rect)
{
*this = (*this + rect);
@@ -113,7 +111,6 @@ bool wxRect::Inside(int cx, int cy) const
&& ((cx - x) < width)
);
}
#endif
wxColourDatabase::wxColourDatabase (int type) : wxList (type)
{