X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cfbe561401380c3308f92c02b1b34f05d067a18e..a70ab3b804b6c363f8bcbed0b4fce94b7fb03612:/interface/wx/window.h diff --git a/interface/wx/window.h b/interface/wx/window.h index ade519c6fb..bc0f7c33f5 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -1435,9 +1435,9 @@ public: only redrawing those areas, which have been exposed. */ bool IsExposed(int x, int y) const; - const bool IsExposed(wxPoint amp;pt) const; - const bool IsExposed(int x, int y, int w, int h) const; - const bool IsExposed(wxRect amp;rect) const; + bool IsExposed(wxPoint& pt) const; + bool IsExposed(int x, int y, int w, int h) const; + bool IsExposed(wxRect& rect) const; //@} /**