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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user