]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dcprint.cpp
fix typo in r57455 which totally broke modal dialogs display (close #10291)
[wxWidgets.git] / src / os2 / dcprint.cpp
index a861f3363dfb37847f78cd5aa416c22fcdaac81b..9c0f88cc2b888b2438c39016c2dac1a1c71bf031 100644 (file)
@@ -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;