]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/region.h
Renamed HasChildren() to IsContainer(), added GetParent() to wxDataViewModel
[wxWidgets.git] / include / wx / os2 / region.h
index f4e2235cc08a41c459b3dceb3e8d2e4fb926f859..22a48dc1885fc4f2f2429d9b9e95beb230f4dc61 100644 (file)
@@ -75,7 +75,7 @@ protected:
     virtual bool DoOffset(wxCoord x, wxCoord y);
     virtual bool DoCombine(const wxRegion& region, wxRegionOp op);
 
-    friend class WXDLLEXPORT wxRegionIterator;
+    friend class WXDLLIMPEXP_FWD_CORE wxRegionIterator;
     DECLARE_DYNAMIC_CLASS(wxRegion);
 
 }; // end of CLASS wxRegion