]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/region.h
Add support for elements preceding the document node in wxXML.
[wxWidgets.git] / include / wx / gtk / region.h
index e465f0011f8abc0643c25643c4f51cd3eb986070..9fbbba8ea2eaf376925ea0b499f43ef8915cee77 100644 (file)
@@ -35,7 +35,7 @@ public:
         InitRect(rect.x, rect.y, rect.width, rect.height);
     }
 
-    wxRegion( size_t n, const wxPoint *points, 
+    wxRegion( size_t n, const wxPoint *points,
               wxPolygonFillMode fillStyle = wxODDEVEN_RULE );
 
 #if wxUSE_IMAGE