X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/620c589323db5977f17c3d67a4a575b0f96c5701..da6f998486f1070e205f2e0a54f22a1b67cb32a4:/src/os2/dc.cpp diff --git a/src/os2/dc.cpp b/src/os2/dc.cpp index b13314253a..823467f540 100644 --- a/src/os2/dc.cpp +++ b/src/os2/dc.cpp @@ -4,7 +4,6 @@ // Author: David Webster // Modified by: // Created: 10/14/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -836,7 +835,7 @@ void wxPMDCImpl::DoDrawPoint( } // end of wxPMDCImpl::DoDrawPoint void wxPMDCImpl::DoDrawPolygon( int n, - wxPoint vPoints[], + const wxPoint vPoints[], wxCoord vXoffset, wxCoord vYoffset, wxPolygonFillMode nFillStyle ) @@ -903,7 +902,7 @@ void wxPMDCImpl::DoDrawPolygon( int n, void wxPMDCImpl::DoDrawLines( int n -, wxPoint vPoints[] +, const wxPoint vPoints[] , wxCoord vXoffset , wxCoord vYoffset )