]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
compilation fixes
[wxWidgets.git] / include / wx / gdicmn.h
index fd13d83740513620a0bf03407f53562bf9aa78a8..32569e0a49a166b0b0a997a4c3ce65f87ffb7a6e 100644 (file)
@@ -262,12 +262,9 @@ public:
     bool operator==(const wxRect& rect) const;
     bool operator!=(const wxRect& rect) const { return !(*this == rect); }
 
-// this doesn't compile
-#if 0
     bool Inside(int cx, int cy) const;
     wxRect operator + (const wxRect& rect) const;
     const wxRect& operator += (const wxRect& rect);
-#endif
     
 public:
     long x, y, width, height;