X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c24e7adf051b2b522bcfc70d3ca70b07c206275..9485b24f43766ad97ba1b77a70c7c1f2a40184a6:/src/os2/dcprint.cpp diff --git a/src/os2/dcprint.cpp b/src/os2/dcprint.cpp index a861f3363d..6e92526a6f 100644 --- a/src/os2/dcprint.cpp +++ b/src/os2/dcprint.cpp @@ -138,7 +138,7 @@ void wxPrinterDCImpl::EndPage() // ::EndPage((HDC) m_hDC); } // end of wxPrinterDC::EndPage -wxRect wxPrinterDCImpl::GetPaperRect() +wxRect wxPrinterDCImpl::GetPaperRect() const { // Use page rect if we can't get paper rect. wxCoord w, h; @@ -277,7 +277,7 @@ bool wxPrinterDCImpl::DoBlit( wxCoord WXUNUSED(vXdest), wxDC* WXUNUSED(pSource), wxCoord WXUNUSED(vXsrc), wxCoord WXUNUSED(vYsrc), - int WXUNUSED(nRop), + wxRasterOperationMode WXUNUSED(nRop), bool WXUNUSED(bUseMask), wxCoord WXUNUSED(xsrcMask), wxCoord WXUNUSED(ysrcMask) )