]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/dcprint.cpp
Bring osx class naming into line with the other ports.
[wxWidgets.git] / src / palmos / dcprint.cpp
index 81fabe9cb27973860eb89e767a8367cfc0b4cd7e..e39bb02e6078a123d74f1c94121ca5bc3f1d327a 100644 (file)
@@ -62,7 +62,7 @@ wxPrinterDC::wxPrinterDC(const wxString& driver_name,
                          const wxString& device_name,
                          const wxString& file,
                          bool interactive,
-                         int orientation)
+                         wxPrintOrientation orientation)
 {
 }
 
@@ -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;