]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/region.h
define WX_XTI_TEMPLATE_FIX in case it is not yet
[wxWidgets.git] / include / wx / cocoa / region.h
index 93f94719f391a730ae5bfac5e098e77745685f5b..3ecf89882f49a2973ec7fe8557e88264300aa847 100644 (file)
@@ -40,7 +40,7 @@ class WXDLLEXPORT wxRegion : public wxGDIObject {
 DECLARE_DYNAMIC_CLASS(wxRegion);
        friend class WXDLLEXPORT wxRegionIterator;
 public:
 DECLARE_DYNAMIC_CLASS(wxRegion);
        friend class WXDLLEXPORT wxRegionIterator;
 public:
-    wxRegion(long x, long y, long w, long h);
+    wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
     wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
     wxRegion(const wxRect& rect);
     wxRegion();
     wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
     wxRegion(const wxRect& rect);
     wxRegion();