]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/region.h
compilation fixes (I wonder how did you people ever compile it...)
[wxWidgets.git] / include / wx / os2 / region.h
index 0fca2f9090eefe1c77198edeb53db7449d391b49..e8868bf6315e49dbe3f7ce2abb88f254a9d02aa6 100644 (file)
@@ -45,7 +45,7 @@ public:
              ,const wxPoint& rBottomRight
             );
     wxRegion(const wxRect& rRect);
-    wxRegion(WXHRGN hRegion); // Hangs on to this region
+    wxRegion(WXHRGN hRegion, WXHDC hPS); // Hangs on to this region
 
     wxRegion();
     ~wxRegion();