]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dc.cpp
Call wxThread::Create() from Run() automatically.
[wxWidgets.git] / src / os2 / dc.cpp
index b13314253a08739cc580bd976af32dcbd8269941..2f6b70a55396b2e12939c4ad279db4cf7b391e9e 100644 (file)
@@ -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
 )