use const arrays for wxDC array parameters, closes #10712
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -836,7 +836,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 +903,7 @@ void wxPMDCImpl::DoDrawPolygon( int n,
|
||||
|
||||
void wxPMDCImpl::DoDrawLines(
|
||||
int n
|
||||
, wxPoint vPoints[]
|
||||
, const wxPoint vPoints[]
|
||||
, wxCoord vXoffset
|
||||
, wxCoord vYoffset
|
||||
)
|
||||
|
Reference in New Issue
Block a user