]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
undef CreateWindow too, even if we don't use it ourselves it's still a very common...
[wxWidgets.git] / include / wx / gdicmn.h
index d47960755e758d49ac3e896a082c4801ddc17768..10e7b6b5ee7b10395f5d5b014cc6a16109d39075 100644 (file)
@@ -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;