]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dc.h
Do not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_ has not been defined
[wxWidgets.git] / include / wx / msw / dc.h
index 5a82ad56098fb6d26f813b171be93c19ec0f74bf..280fba8333a8a9e4279267d34f3c0bf62ce72412 100644 (file)
@@ -191,7 +191,7 @@ protected:
     virtual void DoDrawPolygon(int n, wxPoint points[],
                                wxCoord xoffset, wxCoord yoffset,
                                int fillStyle = wxODDEVEN_RULE);
-    virtual void DoDrawPolyPolygon(int n, int start[], wxPoint points[],
+    virtual void DoDrawPolyPolygon(int n, int count[], wxPoint points[],
                                    wxCoord xoffset, wxCoord yoffset,
                                    int fillStyle = wxODDEVEN_RULE);