]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/dcprint.cpp
Fix UseUintMax definition used by wxAny for VC6.
[wxWidgets.git] / src / palmos / dcprint.cpp
index dc154f7b2f219f5c30591a58786f42a78746d651..058a2d1fe32bec4b49f57a02a95887f0dda37f8f 100644 (file)
@@ -100,7 +100,7 @@ void wxPrinterDC::EndPage()
 {
 }
 
-wxRect wxPrinterDC::GetPaperRect()
+wxRect wxPrinterDC::GetPaperRect() const
 {
     // Use page rect if we can't get paper rect.
     wxCoord w, h;
@@ -143,7 +143,7 @@ bool wxPrinterDC::DoBlit(wxCoord xdest, wxCoord ydest,
                          wxCoord width, wxCoord height,
                          wxDC *source,
                          wxCoord WXUNUSED(xsrc), wxCoord WXUNUSED(ysrc),
-                         int WXUNUSED(rop), bool useMask,
+                         wxRasterOperationMode WXUNUSED(rop), bool useMask,
                          wxCoord WXUNUSED(xsrcMask), wxCoord WXUNUSED(ysrcMask))
 {
     return false;